summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-07 00:15:08 +0000
committerDan Gohman <gohman@apple.com>2009-01-07 00:15:08 +0000
commit33e6fcd56f29b390fb0fd05e5a895e9da3083fd2 (patch)
tree5802ad82dae8053313310c449934c644e9d061cf /llvm/test
parentf76486ac8a3aa808a42e3c7ad44907507a5f02db (diff)
downloadbcm5719-llvm-33e6fcd56f29b390fb0fd05e5a895e9da3083fd2.tar.gz
bcm5719-llvm-33e6fcd56f29b390fb0fd05e5a895e9da3083fd2.zip
X86_COND_C and X86_COND_NC are alternate mnemonics for
X86_COND_B and X86_COND_AE, respectively. llvm-svn: 61835
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/add-with-overflow.ll4
-rw-r--r--llvm/test/CodeGen/X86/sub-with-overflow.ll2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/add-with-overflow.ll b/llvm/test/CodeGen/X86/add-with-overflow.ll
index 4b9aa98c843..bfb86fd9e60 100644
--- a/llvm/test/CodeGen/X86/add-with-overflow.ll
+++ b/llvm/test/CodeGen/X86/add-with-overflow.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=x86 | grep {jo} | count 2
-; RUN: llvm-as < %s | llc -march=x86 | grep {jc} | count 2
+; RUN: llvm-as < %s | llc -march=x86 | grep {jb} | count 2
; RUN: llvm-as < %s | llc -march=x86 -fast | grep {jo} | count 2
-; RUN: llvm-as < %s | llc -march=x86 -fast | grep {jc} | count 2
+; RUN: llvm-as < %s | llc -march=x86 -fast | grep {jb} | count 2
@ok = internal constant [4 x i8] c"%d\0A\00"
@no = internal constant [4 x i8] c"no\0A\00"
diff --git a/llvm/test/CodeGen/X86/sub-with-overflow.ll b/llvm/test/CodeGen/X86/sub-with-overflow.ll
index f51fc210819..98f02524d7a 100644
--- a/llvm/test/CodeGen/X86/sub-with-overflow.ll
+++ b/llvm/test/CodeGen/X86/sub-with-overflow.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | grep {jo} | count 1
-; RUN: llvm-as < %s | llc -march=x86 | grep {jc} | count 1
+; RUN: llvm-as < %s | llc -march=x86 | grep {jb} | count 1
@ok = internal constant [4 x i8] c"%d\0A\00"
@no = internal constant [4 x i8] c"no\0A\00"
OpenPOWER on IntegriCloud