aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/comdat7.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/comdat7.ll')
-rw-r--r--test/Linker/comdat7.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/comdat7.ll b/test/Linker/comdat7.ll
index d7e5e2d..ef938a7 100644
--- a/test/Linker/comdat7.ll
+++ b/test/Linker/comdat7.ll
@@ -2,7 +2,7 @@
$c1 = comdat largest
-define void @c1() comdat $c1 {
+define void @c1() comdat($c1) {
ret void
}
; CHECK: GlobalVariable required for data dependent selection!