diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Regression/CodeGen/X86/shift-double.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/shift-double.llx b/llvm/test/Regression/CodeGen/X86/shift-double.llx index 8e11a30ead8..4235edebda8 100644 --- a/llvm/test/Regression/CodeGen/X86/shift-double.llx +++ b/llvm/test/Regression/CodeGen/X86/shift-double.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel grep sh[lr]d | wc -l | grep 5 +; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep sh[lr]d | wc -l | grep 5 long %test1(long %X, ubyte %C) { %Y = shl long %X, ubyte %C |