summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/unord.ll
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-05 16:33:56 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-05 16:33:56 +0000
commitea62b721ea55e4f49ae988fc7d48001c4ebcb219 (patch)
tree38157ab4199aae67f4dc9e46187d8a125bc0ab2c /test/CodeGen/ARM/unord.ll
parentb5334b0db3392545c9000c579a2b15cbd4402a06 (diff)
Fix unord test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/unord.ll')
-rw-r--r--test/CodeGen/ARM/unord.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/unord.ll b/test/CodeGen/ARM/unord.ll
index ddff9ef7425..06f3df97ab8 100644
--- a/test/CodeGen/ARM/unord.ll
+++ b/test/CodeGen/ARM/unord.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm | grep bne | wc -l | grep 1 &&
-; RUN: llvm-as < %s | llc -march=arm | grep beq | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=arm | grep movne | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=arm | grep moveq | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb | grep bne | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb | grep beq | wc -l | grep 1