You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
@ -1,15 +0,0 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -O0 %s
|
||||
|
||||
; Check that a variable is always aligned as specified.
|
||||
|
||||
@var = global i32 0, align 32
|
||||
define i32 @main() {
|
||||
%addr = ptrtoint i32* @var to i64
|
||||
%mask = and i64 %addr, 31
|
||||
%tst = icmp eq i64 %mask, 0
|
||||
br i1 %tst, label %good, label %bad
|
||||
good:
|
||||
ret i32 0
|
||||
bad:
|
||||
ret i32 1
|
||||
}
|
Reference in New Issue
Block a user