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

