Change the .ll syntax for comdats and add a syntactic sugar.
[oota-llvm.git] / test / CodeGen / X86 / macho-comdat.ll
index 3c2d997b45948daf6e85160e654a766ec17dadcf..60560470ed5be38532d75c5669a4cf6276851ad8 100644 (file)
@@ -2,5 +2,5 @@
 ; RUN: FileCheck < %t %s
 
 $f = comdat any
-@v = global i32 0, comdat $f
+@v = global i32 0, comdat($f)
 ; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.