aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/opaque.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/opaque.ll')
-rw-r--r--test/Linker/opaque.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/opaque.ll b/test/Linker/opaque.ll
index 1ba878c..4f3f398 100644
--- a/test/Linker/opaque.ll
+++ b/test/Linker/opaque.ll
@@ -11,7 +11,7 @@
; CHECK-DAG: @g2 = external global %A
; CHECK-DAG: @g3 = external global %B.1
-; CHECK-DAG: getelementptr %A* null, i32 0
+; CHECK-DAG: getelementptr %A, %A* null, i32 0
%A = type opaque
%B = type { %C, %C, %B* }