mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Revert r203488 and r203520.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -779,11 +779,3 @@ void Function::setPrefixData(Constant *PrefixData) {
|
||||
}
|
||||
setValueSubclassData(SCData);
|
||||
}
|
||||
|
||||
|
||||
/// isARMTargetCC - Return true if the specific calling convention is one of
|
||||
/// ARM target specific calling convention.
|
||||
/// There isn't a CallingConv.cpp so we are adding this utility routine here.
|
||||
bool CallingConv::isARMTargetCC(ID id) {
|
||||
return id == ARM_APCS || id == ARM_AAPCS || id == ARM_AAPCS_VFP;
|
||||
}
|
||||
|
Reference in New Issue
Block a user