Disable the post-RA scheduler on this test, since it uses a
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-20-RecursiveTypes.ll
index cb20180ba7c1f9807f29389ca890acbcbfa160b9..e9df0c29e1a9836416aaf51e7c4ccd6a2f6690a1 100644 (file)
@@ -1,2 +1,3 @@
-%MyIntList = uninitialized global { \2 *, int }
+; RUN: llvm-as < %s | llc -march=c
 
+@MyIntList = external global { \2*, i32 }