diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-02-16 23:27:24 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-02-16 23:27:24 +0000 |
commit | 231fe4746b7931dda9e739bea6f9b8fa1d7d8e4e (patch) | |
tree | 8466aeda4ab263fe038f02e0dd852c5d3521e269 /llvm/test/Assembler/2005-01-03-FPConstantDisassembly.ll | |
parent | 1d88371663bc1a1bf5564a6bff355159e1119afb (diff) | |
download | bcm5719-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.ll | 4 |
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 } |