Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.
authorDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 00:22:49 +0000 (00:22 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 00:22:49 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81299 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/apint-shift-simplify.ll
test/Transforms/InstCombine/shift-simplify.ll

index 421069a21ec5993e30b87e03a087644ea8ff17e9..1a3340ac5667565bc26613bfb6460cde40a4b87c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:    egrep {shl|lshr|ashr} | count 3
 
 define i41 @test0(i41 %A, i41 %B, i41 %C) {
index b18414dad4d47470be951ce7f4dc98f0c195ae71..e5cc705350f9c983f727b0543993356c65351586 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:    egrep {shl|lshr|ashr} | count 3
 
 define i32 @test0(i32 %A, i32 %B, i32 %C) {