mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 18:24:38 +00:00
Add a check to catch an incorrect upgrade.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
5
test/Assembler/2006-12-09-Cast-To-Bool.ll
Normal file
5
test/Assembler/2006-12-09-Cast-To-Bool.ll
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
; RUN llvm-upgrade < %s | llvm-as
|
||||||
|
bool %main(int %X) {
|
||||||
|
%res = cast bool true to bool
|
||||||
|
ret bool %res
|
||||||
|
}
|
Reference in New Issue
Block a user