summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-26 19:09:40 +0000
committerEric Christopher <echristo@apple.com>2012-03-26 19:09:40 +0000
commit2b40fdf3ae7dd74fe581911c66f035fe8f2cf78e (patch)
treeebfe766dee1e9854fb7c256f8b5d88df370e753d /llvm/lib/Transforms/Utils/InlineFunction.cpp
parentf16bee86821d7bee165689f57c2e8522b5553a79 (diff)
downloadbcm5719-llvm-2b40fdf3ae7dd74fe581911c66f035fe8f2cf78e.tar.gz
bcm5719-llvm-2b40fdf3ae7dd74fe581911c66f035fe8f2cf78e.zip
Tidy.
llvm-svn: 153456
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/InlineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp
index 5d34d802f02..d2b167acb0e 100644
--- a/llvm/lib/Transforms/Utils/InlineFunction.cpp
+++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp
@@ -455,7 +455,7 @@ static DebugLoc updateInlinedAtInfo(const DebugLoc &DL,
/// fixupLineNumbers - Update inlined instructions' line numbers to
/// to encode location where these instructions are inlined.
static void fixupLineNumbers(Function *Fn, Function::iterator FI,
- Instruction *TheCall) {
+ Instruction *TheCall) {
DebugLoc TheCallDL = TheCall->getDebugLoc();
if (TheCallDL.isUnknown())
return;
OpenPOWER on IntegriCloud