summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2015-04-17 23:20:24 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2015-04-17 23:20:24 +0000
commit761fb44efe717410fd6936e3bec6684e062f35a1 (patch)
tree3e8e4b227d9629c398b9e233dd5833bc7a4c58ff /llvm/lib/CodeGen
parented557b55eee84ef726e4b792dfacedf098fb63c7 (diff)
downloadbcm5719-llvm-761fb44efe717410fd6936e3bec6684e062f35a1.tar.gz
bcm5719-llvm-761fb44efe717410fd6936e3bec6684e062f35a1.zip
Fix build wanrings and line endings
llvm-svn: 235241
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/WinEHPrepare.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp
index 43a4f0111ef..4923d46c106 100644
--- a/llvm/lib/CodeGen/WinEHPrepare.cpp
+++ b/llvm/lib/CodeGen/WinEHPrepare.cpp
@@ -1296,7 +1296,6 @@ CloningDirector::CloningAction WinEHCleanupDirector::handleResume(
CloningDirector::CloningAction
WinEHCleanupDirector::handleCompare(ValueToValueMapTy &VMap,
const CmpInst *Compare, BasicBlock *NewBB) {
- const IntrinsicInst *IntrinCall = nullptr;
if (match(Compare->getOperand(0), m_Intrinsic<Intrinsic::eh_typeid_for>()) ||
match(Compare->getOperand(1), m_Intrinsic<Intrinsic::eh_typeid_for>())) {
VMap[Compare] = ConstantInt::get(SelectorIDType, 1);
OpenPOWER on IntegriCloud