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/hoist-common-code.ll b/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll index 3568571..5c83e2a 100644 --- a/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll +++ b/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll
@@ -1,4 +1,4 @@ -; RUN: opt %s -simplifycfg -S | not grep br +; RUN: opt < %s -simplifycfg -S | not grep br declare void @bar(i32)