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 | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index ae823d6bf68..00000000000 --- a/llvm/test/Regression/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll +++ /dev/null @@ -1,14 +0,0 @@ -; This testcase causes an infinite loop in the instruction combiner, -; because it things that the constant value is a not expression... and -; constantly inverts the branch back and forth. -; -; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output - -ubyte %test19(bool %c) { - br bool true, label %True, label %False -True: - ret ubyte 1 -False: - ret ubyte 3 -} - |

