diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-31-MissingStructName.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-05-31-MissingStructName.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll deleted file mode 100644 index 19c7840..0000000 --- a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: llc < %s -march=c - -; The C backend was dying when there was no typename for a struct type! - -declare i32 @test(i32, { [32 x i32] }*) |