diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-13 05:28:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-13 05:28:50 +0000 |
| commit | 0a6e0562a38ed446e26e7af0800b8e1fc8e16705 (patch) | |
| tree | 180051e772d576042ae2c4044862a2c93d3f9609 | |
| parent | e7913226028a3a2a6b7ab8b7e26b6131859cede1 (diff) | |
| download | bcm5719-llvm-0a6e0562a38ed446e26e7af0800b8e1fc8e16705.tar.gz bcm5719-llvm-0a6e0562a38ed446e26e7af0800b8e1fc8e16705.zip | |
Infinite loops, are, well, not good
llvm-svn: 4987
| -rw-r--r-- | llvm/test/Regression/Jello/test-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Jello/test-branch.ll b/llvm/test/Regression/Jello/test-branch.ll index 3de281b02b9..d209e0b2f98 100644 --- a/llvm/test/Regression/Jello/test-branch.ll +++ b/llvm/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 |

