summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Transforms/Instrumentation/RSProfiling.cpp1
1 files changed, 1 insertions, 0 deletions
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)