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:
Evan Cheng
2014-03-12 18:09:37 +00:00
parent 79d1854dc2
commit 9225686155
4 changed files with 62 additions and 102 deletions

View File

@@ -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;
}