Re-enable usage of the ARM base pointer. r113394 fixed the known failures.
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-23-UnusedType.ll
index 36d8073c7c8386f2d66e50087a9ba8fe133c79c7..9195634b0fc46c65ff809945ffe9bd742edb0137 100644 (file)
@@ -1,4 +1,8 @@
+; RUN: llc < %s -march=c
 
-%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
+%A = type { i32, i8*, { i32, i32, i32, i32, i32, i32, i32, i32 }*, i16 }
+
+define void @test(%A*) {
+        ret void
+}
 
-void %test(%A *) { ret void }