Use references to attribute groups on the call/invoke instructions.
[oota-llvm.git] / test / Transforms / JumpThreading / basic.ll
index 93fa29b006ed25536005f4acfdf3270899ae49cd..fe3dc77c9c13f8ac70806f5c1a59422945d25e34 100644 (file)
@@ -497,8 +497,8 @@ l2:
   br label %l3
 
 l3:
-; CHECK: call void @g() noduplicate
-; CHECK-NOT: call void @g() noduplicate
+; CHECK: call void @g() [[NOD:#[0-9]+]]
+; CHECK-NOT: call void @g() [[NOD]]
   call void @g() noduplicate
   %y = icmp ult i32 %p, 5
   br i1 %y, label %l4, label %l5
@@ -512,3 +512,5 @@ l5:
   ret void
 ; CHECK: }
 }
+
+; CHECK: attributes [[NOD]] = { noduplicate }