From c2871e6cfbac081ac7c81f4c2e38d5c5e9da37e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Dec 2002 05:28:50 +0000 Subject: [PATCH] Infinite loops, are, well, not good llvm-svn: 4987 --- test/Regression/Jello/test-branch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Regression/Jello/test-branch.ll b/test/Regression/Jello/test-branch.ll index 3de281b02b9..d209e0b2f98 100644 --- a/test/Regression/Jello/test-branch.ll +++ b/test/Regression/Jello/test-branch.ll @@ -2,7 +2,7 @@ void %main() { br label %Test Test: - %X = setne int 0, 4 + %X = seteq int 0, 4 br bool %X, label %Test, label %Label Label: ret void