mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -251,7 +251,7 @@ Function *CodeExtractor::constructFunction(const Values &inputs,
|
||||
switch (NumExitBlocks) {
|
||||
case 0:
|
||||
case 1: RetTy = Type::VoidTy; break;
|
||||
case 2: RetTy = Type::BoolTy; break;
|
||||
case 2: RetTy = Type::Int1Ty; break;
|
||||
default: RetTy = Type::Int16Ty; break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user