mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
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
|
|
}
|
|
|