summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2014-03-12 18:09:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2014-03-12 18:09:37 +0000
commit922568615548cfc7660d45bbef15ab6f32a11cf8 (patch)
treec06b80bf3d3754a24961d3dc51a6ccc60d92d47e /include
parent79d1854dc2fa09a7975e03006d7c28124aeecb6e (diff)
downloadllvm-922568615548cfc7660d45bbef15ab6f32a11cf8.tar.gz
llvm-922568615548cfc7660d45bbef15ab6f32a11cf8.tar.bz2
llvm-922568615548cfc7660d45bbef15ab6f32a11cf8.tar.xz
Revert r203488 and r203520.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/CallingConv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/CallingConv.h b/include/llvm/IR/CallingConv.h
index 0c305439dd..af44e8a30c 100644
--- a/include/llvm/IR/CallingConv.h
+++ b/include/llvm/IR/CallingConv.h
@@ -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