diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-11 17:02:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-11 17:02:12 +0000 |
commit | e54242dc021f6b17f992320c721e9d9eea3a9099 (patch) | |
tree | 78e8ac16706f8e2a6228bb82604bc08a51b6cd2b /llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll | |
parent | bc334dcb9168cbede18ca167ff566881e5651f90 (diff) | |
download | bcm5719-llvm-e54242dc021f6b17f992320c721e9d9eea3a9099.tar.gz bcm5719-llvm-e54242dc021f6b17f992320c721e9d9eea3a9099.zip |
fix a bunch of spurious failures for people whose home directory
is sabre.
llvm-svn: 81528
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll b/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll index 3568571bf8c..5c83e2a3aa4 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) |