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:
c097798
)
fix a pasto
author
Chris Lattner
<sabre@nondot.org>
Thu, 9 Mar 2006 06:09:41 +0000
(06:09 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 9 Mar 2006 06:09:41 +0000
(06:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26627
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/StripSymbols.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/StripSymbols.cpp
b/lib/Transforms/IPO/StripSymbols.cpp
index e1f7ea97ee31be184862e9e59c21d75e33411440..8fcbdd16e5aa1c2ca8fc610780b48b5a2b853e40 100644
(file)
--- a/
lib/Transforms/IPO/StripSymbols.cpp
+++ b/
lib/Transforms/IPO/StripSymbols.cpp
@@
-100,7
+100,7
@@
bool StripSymbols::runOnModule(Module &M) {
// Remove all of the calls to the debugger intrinsics, and remove them from
// the module.
if (FuncStart) {
- Value *RV = UndefValue::get(
StopPoin
t->getFunctionType()->getReturnType());
+ Value *RV = UndefValue::get(
FuncStar
t->getFunctionType()->getReturnType());
while (!FuncStart->use_empty()) {
CallInst *CI = cast<CallInst>(FuncStart->use_back());
Value *Arg = CI->getOperand(1);