diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll b/llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll index a2972305960..3d26024fe8d 100644 --- a/llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll +++ b/llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll @@ -2,7 +2,7 @@ ; because it things that the constant value is a not expression... and ; constantly inverts the branch back and forth. ; -; RUN: as < %s | opt -instcombine -disable-output +; RUN: llvm-as < %s | opt -instcombine -disable-output ubyte %test19(bool %c) { br bool true, label %True, label %False |

