DataLayout: Validate that the pref alignment is at least the ABI align
[oota-llvm.git] / test / Assembler / invalid-comdat.ll
index 987e1e1e7d92eac5cba336f1fbd46b3e5ba2ac87..7351999df88fcc2d50c393f80145f6bfd1c74108 100644 (file)
@@ -1,4 +1,4 @@
 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
 
-@v = global i32 0, comdat $v
+@v = global i32 0, comdat($v)
 ; CHECK: use of undefined comdat '$v'