X86: Align the stack on word boundaries in LowerFormalArguments()
[oota-llvm.git] / test / CodeGen / X86 / ret-i64-0.ll
index e62008f101c4aca7571fee36d593512df6d1ddc9..bca0f056b90de3c186d378fbd1cfa02d9c56be0e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
+; RUN: llc < %s -march=x86 | grep xor | count 2
 
-define i64 @foo() {
+define i64 @foo() nounwind {
   ret i64 0
 }