mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
4572ce85b0
llvm-svn: 33296
7 lines
145 B
LLVM
7 lines
145 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep '1.0'
|
|
|
|
double %test() {
|
|
ret double 1.0 ;; This should not require hex notation
|
|
}
|
|
|