mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 07:30:52 +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:
parent
187ccf8d31
commit
c96660aef7
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user