mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
986b92fd8e
llvm-svn: 216022
8 lines
150 B
LLVM
8 lines
150 B
LLVM
; RUN: llvm-as < %s | llvm-dis | grep bitcast
|
|
; RUN: verify-uselistorder %s
|
|
|
|
define i1 @main(i32 %X) {
|
|
%res = bitcast i1 true to i1
|
|
ret i1 %res
|
|
}
|