2007-01-02 13:50:11 +08:00
|
|
|
; RUN: llvm-as < %s | llvm-dis | grep bitcast
|
2014-08-20 05:08:27 +08:00
|
|
|
; RUN: verify-uselistorder %s
|
2007-01-26 16:25:06 +08:00
|
|
|
|
|
|
|
define i1 @main(i32 %X) {
|
2007-01-13 13:06:52 +08:00
|
|
|
%res = bitcast i1 true to i1
|
|
|
|
ret i1 %res
|
2006-12-10 03:35:43 +08:00
|
|
|
}
|