From fe98bed79219a4650b2e4d718c4ab44879ff0177 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Fri, 17 Apr 2015 23:20:24 +0000 Subject: [PATCH] Fix build wanrings and line endings git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235241 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/WinEHPrepare.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1