Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / CodeGen / SPARC / 64cond.ll
index f0f6f9e749a48d4bac76f0c3fdf2163dfce2912c..a586bce57546c5d852822c2777b483168d2348ad 100644 (file)
@@ -3,7 +3,7 @@
 
 ; CHECK: cmpri
 ; CHECK: cmp %i1, 1
-; CHECK: bpe %xcc,
+; CHECK: be %xcc,
 define void @cmpri(i64* %p, i64 %x) {
 entry:
   %tobool = icmp eq i64 %x, 1
@@ -19,7 +19,7 @@ if.end:
 
 ; CHECK: cmprr
 ; CHECK: cmp %i1, %i2
-; CHECK: bpgu %xcc,
+; CHECK: bgu %xcc,
 define void @cmprr(i64* %p, i64 %x, i64 %y) {
 entry:
   %tobool = icmp ugt i64 %x, %y