Change the .ll syntax for comdats and add a syntactic sugar.
[oota-llvm.git] / test / CodeGen / X86 / coff-comdat3.ll
index 76e464b275476dd82168e3287540bfd1f12bab9d..01651ce4820a074d3c803bb64777e3eb411965de 100644 (file)
@@ -4,5 +4,5 @@ target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
 target triple = "i686-pc-windows-msvc"
 
 $foo = comdat largest
-@bar = global i32 0, comdat $foo
+@bar = global i32 0, comdat($foo)
 ; CHECK: Associative COMDAT symbol 'foo' does not exist.