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:
ee5c2b8
)
typo
author
Gabor Greif
<ggreif@gmail.com>
Fri, 16 Jan 2009 23:08:50 +0000
(23:08 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Fri, 16 Jan 2009 23:08:50 +0000
(23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62377
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/InlineFunction.cpp
b/lib/Transforms/Utils/InlineFunction.cpp
index 63b5f5475dd81ffc0cc5720020e39f939c7a7b18..6704b60fe1b2def3f57f33e053667d971449e10c 100644
(file)
--- a/
lib/Transforms/Utils/InlineFunction.cpp
+++ b/
lib/Transforms/Utils/InlineFunction.cpp
@@
-535,7
+535,7
@@
bool llvm::InlineFunction(CallSite CS, CallGraph *CG, const TargetData *TD) {
}
}
- // Add a branch to the merge points and remove ret
ru
n instructions.
+ // Add a branch to the merge points and remove ret
ur
n instructions.
for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
ReturnInst *RI = Returns[i];
BranchInst::Create(AfterCallBB, RI);