From: Jeff Cohen Date: Mon, 28 Nov 2005 06:45:57 +0000 (+0000) Subject: Fix VC++ warning. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3523f6e7a4aba0a2699b0293c95728dc2f949c9d;p=oota-llvm.git Fix VC++ warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24496 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 939266e2148..8a3f678b9a9 100644 --- a/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/lib/Transforms/Instrumentation/RSProfiling.cpp @@ -445,6 +445,7 @@ Value* ProfilerRS::Translate(Value* v) { return v; } assert(0 && "Value not handled"); + return 0; } void ProfilerRS::Duplicate(Function& F, RSProfilers& LI)