Thumb conditional branch binary encodings. rdar://8745367
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
index 22bcbc0c8154bdbbdffc03aba720fe33c9359d9b..5a9817c1eaa8020eed875bfe2e5e5a18988fea90 100644 (file)
@@ -1,10 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
 
-; This should parse correctly without an 'implementation', but our current YACC
-; based parser doesn't have the required 2 token lookahead...
+%T = type i32 *
 
-%T = type int *
-
-%T %test() {
+define %T @test() {
        ret %T null
 }