aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/comdat2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/comdat2.ll')
-rw-r--r--test/Verifier/comdat2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/comdat2.ll b/test/Verifier/comdat2.ll
index d78030c..9d892b9 100644
--- a/test/Verifier/comdat2.ll
+++ b/test/Verifier/comdat2.ll
@@ -1,5 +1,5 @@
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
$v = comdat any
-@v = private global i32 0, comdat $v
+@v = private global i32 0, comdat($v)
; CHECK: comdat global value has private linkage