aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx')
-rw-r--r--test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx b/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
index a0196aa..b25dfaf 100644
--- a/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
+++ b/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -i ESP | not grep sub
+; RUN: llvm-as < %s | llc -march=x86 | grep -i ESP | not grep sub
-int %test(int %X) {
- ret int %X
+define i32 @test(i32 %X) {
+ ret i32 %X
}