diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll index cb20180ba7..1ae02d0ec2 100644 --- a/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll +++ b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll @@ -1,2 +1,4 @@ +; RUN: llvm-as < %s | llc -march=c + %MyIntList = uninitialized global { \2 *, int } |