remove unions from LLVM IR. They are severely buggy and not
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
index bd0d389ff7c2c37ca6b225d849067c7eba89b598..aaa776f51b814531fb42732807a9d8871985911c 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llvm-dis | grep '1.0'
+; RUN: llvm-as < %s | llvm-dis | grep 1.0
 
-double %test() {
+define double @test() {
         ret double 1.0   ;; This should not require hex notation
 }