summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/ret-addr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/ret-addr.ll')
-rw-r--r--test/CodeGen/X86/ret-addr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/ret-addr.ll b/test/CodeGen/X86/ret-addr.ll
index 06a10c6..b7b57ab 100644
--- a/test/CodeGen/X86/ret-addr.ll
+++ b/test/CodeGen/X86/ret-addr.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -disable-fp-elim -march=x86 | not grep xor
-; RUN: llvm-as < %s | llc -disable-fp-elim -march=x86-64 | not grep xor
+; RUN: llc < %s -disable-fp-elim -march=x86 | not grep xor
+; RUN: llc < %s -disable-fp-elim -march=x86-64 | not grep xor
define i8* @h() nounwind readnone optsize {
entry:
OpenPOWER on IntegriCloud