mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
cfa86314dd
functions and Tcl's just tickled with that. The fix is to give the "new" test system a different interface function name. llvm-svn: 36022
8 lines
164 B
LLVM
8 lines
164 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
|
|
; RUN: grep {ret i1 false}
|
|
bool %test(bool %V) {
|
|
%Y = setlt bool %V, false
|
|
ret bool %Y
|
|
}
|
|
|