summaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-08-28-TypeResolvesGlobal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-08-28-TypeResolvesGlobal.ll')
-rw-r--r--test/Linker/2003-08-28-TypeResolvesGlobal.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2003-08-28-TypeResolvesGlobal.ll b/test/Linker/2003-08-28-TypeResolvesGlobal.ll
index 5526b87..80b6162 100644
--- a/test/Linker/2003-08-28-TypeResolvesGlobal.ll
+++ b/test/Linker/2003-08-28-TypeResolvesGlobal.ll
@@ -1,12 +1,12 @@
; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%S = type i32" | llvm-as > %t.out2.bc
+; RUN: echo "%M = type i32" | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out2.bc %t.out1.bc
-%S = type opaque
+%M = type opaque
define void @foo(i32* %V) {
ret void
}
-declare void @foo.upgrd.1(%S*)
+declare void @foo.upgrd.1(%M*)
OpenPOWER on IntegriCloud