Disable PRE for now. It seems to be breaking llvm-gcc bootstrapping.
[oota-llvm.git] / test / Assembler / 2003-10-04-NotMergingGlobalConstants.ll
index c9f5c5eb6311195e730b45fbf042993c8ad30daa..10a0280e90609680d902c9610b93af6a68e7177a 100644 (file)
@@ -1,8 +1,6 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
 
+%T = type i32
+@X = global i32* null           ; <i32**> [#uses=0]
+@Y = global i32* null           ; <i32**> [#uses=0]
 
-%T = type opaque
-%X = global %T* null
-%Y = global int* null
-
-%T = type int