diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx b/llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx index f7e4cc84863..69e4c1d011f 100644 --- a/llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx +++ b/llvm/test/Regression/CodeGen/X86/2004-02-14-InefficientStackPointer.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep ESP | not grep sub int %test(int %X) { ret int %X |

