mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-28 15:41:58 +00:00
This test needs to be upgraded.
llvm-svn: 32359
This commit is contained in:
parent
67bafa2287
commit
f814074520
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false'
|
||||
bool %test(bool %V) {
|
||||
%Y = setlt bool %V, false
|
||||
ret bool %Y
|
||||
|
Loading…
x
Reference in New Issue
Block a user