Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Transforms / LoopDeletion / simplify-then-delete.ll
index 5a21672a596033decb7876a62cc8522887ca49ce..4278ef16d21453cfb7da1bead694e2c59c621b5b 100644 (file)
@@ -4,7 +4,7 @@
 ; Indvars and loop deletion should be able to eliminate all looping
 ; in this testcase.
 
-; CHECK:      define i32 @pmat(i32 %m, i32 %n, double* %y) nounwind {
+; CHECK:      define i32 @pmat(i32 %m, i32 %n, double* %y) #0 {
 ; CHECK-NEXT: entry:
 ; CHECK-NEXT:   ret i32 0
 ; CHECK-NEXT: }
@@ -63,3 +63,5 @@ w.e:
 w.e12:
   ret i32 0
 }
+
+; CHECK: attributes #0 = { nounwind }