Avoid creating a redundant zero APInt.
[oota-llvm.git] / test / Assembler / 2005-05-05-OpaqueUndefValues.ll
index 8ea8d97c5806da9b3a70d67b83f3760e7fceeb97..483a895124e8dac58ffcc1e46ee968cefc0f50b7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as
+; RUN: llvm-as < %s | llvm-dis | llvm-as
 
 %t = type opaque
-%x = global %t undef
+@x = global %t undef