Enable EHABI by default
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-data-align-remote.ll
index 0c89598423194ee16e7e0e8ff590437d2ee80864..129350b63eb06b0cad76932b82db7ff7106fe674 100644 (file)
@@ -3,7 +3,7 @@
 ; Check that a variable is always aligned as specified.
 
 @var = global i32 0, align 32
-define i32 @main() {
+define i32 @main() nounwind {
   %addr = ptrtoint i32* @var to i64
   %mask = and i64 %addr, 31
   %tst = icmp eq i64 %mask, 0