aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/comdat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/comdat.ll')
-rw-r--r--test/Verifier/comdat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/comdat.ll b/test/Verifier/comdat.ll
index ca47429..dcf67d8 100644
--- a/test/Verifier/comdat.ll
+++ b/test/Verifier/comdat.ll
@@ -1,5 +1,5 @@
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
$v = comdat any
-@v = common global i32 0, comdat $v
+@v = common global i32 0, comdat($v)
; CHECK: 'common' global may not be in a Comdat!