From 3523f6e7a4aba0a2699b0293c95728dc2f949c9d Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Mon, 28 Nov 2005 06:45:57 +0000 Subject: Fix VC++ warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24496 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/RSProfiling.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 939266e214..8a3f678b9a 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) -- cgit v1.2.3