From: Andrew Kaylor Date: Fri, 17 Apr 2015 23:20:24 +0000 (+0000) Subject: Fix build wanrings and line endings X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fe98bed79219a4650b2e4d718c4ab44879ff0177;p=oota-llvm.git Fix build wanrings and line endings git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/WinEHPrepare.cpp b/lib/CodeGen/WinEHPrepare.cpp index 43a4f0111ef..4923d46c106 100644 --- a/lib/CodeGen/WinEHPrepare.cpp +++ b/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()) || match(Compare->getOperand(1), m_Intrinsic())) { VMap[Compare] = ConstantInt::get(SelectorIDType, 1);