aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/HoistCode.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-11 17:02:12 +0000
committerChris Lattner <sabre@nondot.org>2009-09-11 17:02:12 +0000
commit50b957549b9657d7181bebada1e534e91b38a823 (patch)
tree95efe2357c321ec983a9893a361026cff9ab0486 /test/Transforms/SimplifyCFG/HoistCode.ll
parent4262b9b6e3c3cfacd067f1ee28d58854f03f8347 (diff)
fix a bunch of spurious failures for people whose home directory
is sabre. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG/HoistCode.ll')
-rw-r--r--test/Transforms/SimplifyCFG/HoistCode.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/HoistCode.ll b/test/Transforms/SimplifyCFG/HoistCode.ll
index f52d160714..9697e56a71 100644
--- a/test/Transforms/SimplifyCFG/HoistCode.ll
+++ b/test/Transforms/SimplifyCFG/HoistCode.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg -S | not grep br
+; RUN: opt < %s -simplifycfg -S | not grep br
define void @foo(i1 %C, i32* %P) {
br i1 %C, label %T, label %F