diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-11 16:47:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-11 16:47:41 +0000 |
commit | eeeb5e1198ec238e9f1226d83faf6f1dae9ed835 (patch) | |
tree | 454820ed68aa671afecafd25a16033494f00c139 /llvm/test | |
parent | 3e1f5e93cb15049a8ea541c7ba2e62bf56ccaad9 (diff) | |
download | bcm5719-llvm-eeeb5e1198ec238e9f1226d83faf6f1dae9ed835.tar.gz bcm5719-llvm-eeeb5e1198ec238e9f1226d83faf6f1dae9ed835.zip |
fix test to not get a moduleid that matches 'br'
llvm-svn: 81526
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll index 5360de47f2b..50cdeedd695 100644 --- a/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll +++ b/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -simplifycfg -S | not grep br +; RUN: opt < %s -instcombine -simplifycfg -S | not grep br @.str_1 = internal constant [6 x i8] c"_Bool\00" ; <[6 x i8]*> [#uses=2] |