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