Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / Assembler / 2002-12-15-GlobalResolve.ll
index 222721921d76b589cea4511d531d55a86ffcf1b1..a873a6107e1c020408ff76fd1ba5794de6bbc8c0 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
 
 @X = external global i32*
 @X1 = external global %T* 
 @X2 = external global i32*
 
-%T = type i32
+%T = type {i32}