From 6ebe23584ec74c0e55b8e7badd824dbf4d1ba561 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 15 Dec 2006 21:47:01 +0000 Subject: [PATCH] Partial unbreak of VC++ (stream stuff has no easy fix). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32614 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Constants.cpp | 1 + win32/Analysis/Analysis.vcproj | 68 ---------------------------------- win32/VMCore/VMCore.vcproj | 9 ----- 3 files changed, 1 insertion(+), 77 deletions(-) diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index a294902ad8b..3339a182140 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -1371,6 +1371,7 @@ namespace llvm { return new CompareConstantExpr(Instruction::FCmp, V.predicate, V.operands[0], V.operands[1]); assert(0 && "Invalid ConstantExpr!"); + return 0; } }; diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj index 3d3ec61b5be..d2241392e7e 100644 --- a/win32/Analysis/Analysis.vcproj +++ b/win32/Analysis/Analysis.vcproj @@ -193,52 +193,6 @@ RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 37484f545f0..7addd7cb489 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -112,9 +112,6 @@ - - @@ -221,15 +218,9 @@ - - - - -- 2.34.1