aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/elf-comdat2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/elf-comdat2.ll')
-rw-r--r--test/CodeGen/X86/elf-comdat2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/elf-comdat2.ll b/test/CodeGen/X86/elf-comdat2.ll
index 209da39..786cec7 100644
--- a/test/CodeGen/X86/elf-comdat2.ll
+++ b/test/CodeGen/X86/elf-comdat2.ll
@@ -1,7 +1,7 @@
; RUN: llc -mtriple x86_64-pc-linux-gnu < %s | FileCheck %s
$foo = comdat any
-@bar = global i32 42, comdat $foo
+@bar = global i32 42, comdat($foo)
@foo = global i32 42
; CHECK: .type bar,@object