diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll b/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll index a297230..3d26024 100644 --- a/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll +++ b/test/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 |