Teach the transformation that moves binary operators around selects to preserve
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
index 321393c3a5cdc0a4ec2d2f7624d1a31d86c5e2f9..5a9817c1eaa8020eed875bfe2e5e5a18988fea90 100644 (file)
@@ -1,10 +1,7 @@
-; This should parse correctly without an 'implementation', but there seems to 
-; be a problem...
+; RUN: llvm-as %s -o /dev/null
 
-       %T = type int *
+%T = type i32 *
 
-%T "test"()
-begin
+define %T @test() {
        ret %T null
-end
-
+}