From 761fb44efe717410fd6936e3bec6684e062f35a1 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Fri, 17 Apr 2015 23:20:24 +0000 Subject: Fix build wanrings and line endings llvm-svn: 235241 --- llvm/lib/CodeGen/WinEHPrepare.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/WinEHPrepare.cpp') 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()) || match(Compare->getOperand(1), m_Intrinsic())) { VMap[Compare] = ConstantInt::get(SelectorIDType, 1); -- cgit v1.2.3