Fix VC++ warning.
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 28 Nov 2005 06:45:57 +0000 (06:45 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 28 Nov 2005 06:45:57 +0000 (06:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24496 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/RSProfiling.cpp

index 939266e2148035831aec2251b71331d7ed405883..8a3f678b9a9e02c27af5c775140a7dbbf08aa524 100644 (file)
@@ -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)