Have a single way for creating unique value names.
[oota-llvm.git] / test / Linker / testlink.ll
index 2e9447ddfd3739a2fc470f9c145cbe558558c4c6..82a2229f57a082fdc138d360e5417488dcef33b7 100644 (file)
@@ -43,7 +43,7 @@
 
 ; This should get renamed since there is a definition that is non-internal in
 ; the other module.
-; CHECK-DAG: @Intern2{{[0-9]+}} = internal constant i32 792
+; CHECK-DAG: @Intern2.{{[0-9]+}} = internal constant i32 792
 @Intern2 = internal constant i32 792
 
 @UseIntern2 = global i32* @Intern2