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