| commit | cf9e8a987f08488729baa5e71370327461b9d075 | [log] [tgz] |
|---|---|---|
| author | Evan Cheng <evan.cheng@apple.com> | Fri Jun 18 22:17:13 2010 +0000 |
| committer | Evan Cheng <evan.cheng@apple.com> | Fri Jun 18 22:17:13 2010 +0000 |
| tree | fa22fdcda7f8a8dd08a5c4e3fc210f8c41e33f3e | |
| parent | 7ba0c3fd550dcfb8a77694c1440261053537623d [diff] [blame] |
Fix an inverted condition. llvm-svn: 106330
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ifcvt2.ll b/llvm/test/CodeGen/Thumb2/thumb2-ifcvt2.ll index 08e6f38..4af492c 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ifcvt2.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
@@ -31,7 +31,7 @@ ; CHECK: CountTree: ; CHECK: it eq ; CHECK: cmpeq -; CHECK: beq +; CHECK: bne ; CHECK: itt eq ; CHECK: moveq ; CHECK: popeq