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, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll index e9df0c29e1..3b2085c950 100644 --- a/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll +++ b/test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll @@ -1,3 +1,3 @@ -; RUN: llvm-as < %s | llc -march=c +; RUN: llc < %s -march=c @MyIntList = external global { \2*, i32 } |