diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll index 375d60c8d15..252981fcd74 100644 --- a/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll +++ b/llvm/test/CodeGen/X86/fast-cc-merge-stack-adj.ll @@ -1,4 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep 'add ESP, 8' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \ +; RUN: grep {add ESP, 8} target triple = "i686-pc-linux-gnu" |