| commit | e54242dc021f6b17f992320c721e9d9eea3a9099 | [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 | 78e8ac16706f8e2a6228bb82604bc08a51b6cd2b | |
| parent | bc334dcb9168cbede18ca167ff566881e5651f90 [diff] [blame] | 
fix a bunch of spurious failures for people whose home directory is sabre. llvm-svn: 81528
diff --git a/llvm/test/Transforms/SimplifyCFG/PhiEliminate2.ll b/llvm/test/Transforms/SimplifyCFG/PhiEliminate2.ll index c0270e4..c0f6781 100644 --- a/llvm/test/Transforms/SimplifyCFG/PhiEliminate2.ll +++ b/llvm/test/Transforms/SimplifyCFG/PhiEliminate2.ll
@@ -1,4 +1,4 @@ -; RUN: opt %s -simplifycfg -S | not grep br +; RUN: opt < %s -simplifycfg -S | not grep br define i32 @test(i1 %C, i32 %V1, i32 %V2) { entry: