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 | 2b40fdf3ae7dd74fe581911c66f035fe8f2cf78e (patch) | |
tree | ebfe766dee1e9854fb7c256f8b5d88df370e753d /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | f16bee86821d7bee165689f57c2e8522b5553a79 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |