diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/ispositive.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/ispositive.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/ispositive.ll b/llvm/test/CodeGen/X86/ispositive.ll index 8adf723aabc..b1d1a20c8eb 100644 --- a/llvm/test/CodeGen/X86/ispositive.ll +++ b/llvm/test/CodeGen/X86/ispositive.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | grep {shrl.*31} +; RUN: llc < %s -march=x86 | grep "shrl.*31" define i32 @test1(i32 %X) { entry: |

