[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sun Nov 27 22:46:09 PST 2005
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.cpp updated: 1.1 -> 1.2
---
Log message:
Fix VC++ warning.
---
Diffs of the changes: (+1 -0)
RSProfiling.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.1 llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.2
--- llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.1 Sun Nov 27 18:58:09 2005
+++ llvm/lib/Transforms/Instrumentation/RSProfiling.cpp Mon Nov 28 00:45:57 2005
@@ -445,6 +445,7 @@
return v;
}
assert(0 && "Value not handled");
+ return 0;
}
void ProfilerRS::Duplicate(Function& F, RSProfilers& LI)
More information about the llvm-commits
mailing list