diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-31-MissingStructName.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-05-31-MissingStructName.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll index fb7e2ba69fd5..19c784022926 100644 --- a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll +++ b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=c +; RUN: llc < %s -march=c ; The C backend was dying when there was no typename for a struct type! |