diff options
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r-- | lib/Transforms/Instrumentation/RSProfiling.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 939266e..8a3f678 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) |