Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / ARM / iabs.ll
index e7026791c9533e975e5b79609b6248d0be53195d..600a8c29ea912b6269721be7a36ffdee9cdb2055 100644 (file)
@@ -16,14 +16,14 @@ define i32 @test(i32 %a) {
 }
 
 ; rdar://11633193
-; 3 instructions will be generated for the following case:
-;   subs
-;   rsbmi
-;   bx
+;; 3 instructions will be generated for abs(a-b):
+;;   subs
+;;   rsbmi
+;;   bx
 define i32 @test2(i32 %a, i32 %b) nounwind readnone ssp {
 entry:
 ; CHECK: test2
-; CHECK-NEXT: subs
+; CHECK: subs
 ; CHECK-NEXT: rsbmi
 ; CHECK-NEXT: bx
   %sub = sub nsw i32 %a, %b