aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll')
-rw-r--r--test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
index 5349488..162e3d3 100644
--- a/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
+++ b/test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -march=c
-%JNIEnv = type %struct.JNINa*
-%struct.JNINa = type { sbyte*, sbyte*, sbyte*, void (%JNIEnv*)* }
+ %JNIEnv = type %struct.JNINa*
+ %struct.JNINa = type { i8*, i8*, i8*, void (%JNIEnv*)* }