projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e4ed93
)
Fix VC++ warning.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Mon, 28 Nov 2005 06:45:57 +0000
(06:45 +0000)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Instrumentation/RSProfiling.cpp
b/lib/Transforms/Instrumentation/RSProfiling.cpp
index 939266e2148035831aec2251b71331d7ed405883..8a3f678b9a9e02c27af5c775140a7dbbf08aa524 100644
(file)
--- 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)