diff options
author | Eric Christopher <echristo@apple.com> | 2012-03-26 19:09:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-03-26 19:09:40 +0000 |
commit | 7d8eb711e4608dcca9366141be22941af8d1eff8 (patch) | |
tree | bbe7650c5899508da81fa7ee1a7029447d7a4d43 /lib/Transforms/Utils/InlineFunction.cpp | |
parent | 373c2d37072026e82f9b307eb40cf12baafd5f93 (diff) |
Tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r-- | lib/Transforms/Utils/InlineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/InlineFunction.cpp b/lib/Transforms/Utils/InlineFunction.cpp index 5d34d802f0..d2b167acb0 100644 --- a/lib/Transforms/Utils/InlineFunction.cpp +++ b/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; |