[llvm-commits] [llvm] r153456 - /llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
Eric Christopher
echristo at apple.com
Mon Mar 26 12:09:40 PDT 2012
Author: echristo
Date: Mon Mar 26 14:09:40 2012
New Revision: 153456
URL: http://llvm.org/viewvc/llvm-project?rev=153456&view=rev
Log:
Tidy.
Modified:
llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
Modified: llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp?rev=153456&r1=153455&r2=153456&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp Mon Mar 26 14:09:40 2012
@@ -455,7 +455,7 @@
/// 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;
More information about the llvm-commits
mailing list