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

@@ -145,10 +145,6 @@ namespace CallingConv {
X86_CDeclMethod = 80
};
/// isARMTargetCC - Return true if the specific calling convention is one of
/// ARM target specific calling convention.
bool isARMTargetCC(ID id);
} // End CallingConv namespace
} // End llvm namespace