aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-31-MissingStructName.ll')
-rw-r--r--test/CodeGen/CBackend/2003-05-31-MissingStructName.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
index 567d8e4..fb7e2ba 100644
--- a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
+++ b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
@@ -1,6 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -march=c
; The C backend was dying when there was no typename for a struct type!
-declare int %test(int,{ [32 x int] }*)
-
+declare i32 @test(i32, { [32 x i32] }*)