commit | 50b957549b9657d7181bebada1e534e91b38a823 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 11 17:02:12 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 11 17:02:12 2009 +0000 |
tree | 95efe2357c321ec983a9893a361026cff9ab0486 | |
parent | 4262b9b6e3c3cfacd067f1ee28d58854f03f8347 [diff] [blame] |
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
diff --git a/test/Transforms/SimplifyCFG/HoistCode.ll b/test/Transforms/SimplifyCFG/HoistCode.ll index f52d160..9697e56 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