summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-16 23:27:24 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-16 23:27:24 +0000
commit231fe4746b7931dda9e739bea6f9b8fa1d7d8e4e (patch)
tree8466aeda4ab263fe038f02e0dd852c5d3521e269 /llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
parent1d88371663bc1a1bf5564a6bff355159e1119afb (diff)
downloadbcm5719-llvm-231fe4746b7931dda9e739bea6f9b8fa1d7d8e4e.tar.gz
bcm5719-llvm-231fe4746b7931dda9e739bea6f9b8fa1d7d8e4e.zip
Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it.
llvm-svn: 47225
Diffstat (limited to 'llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll')
-rw-r--r--llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
index c3a66b42e27..aaa776f51b8 100644
--- a/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
+++ b/llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | 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
}
OpenPOWER on IntegriCloud