summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-27 06:12:32 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-27 06:12:32 +0000
commit5f4ef3c5a88f058ad98611c24617f41bc6a45d50 (patch)
tree3c31e3e2214e6adfa39e09862f9a26865f575847 /llvm/lib/Transforms/Utils/InlineFunction.cpp
parent8e2411334cd0d7f6be54dd2b5d5cc012b6e604a1 (diff)
downloadbcm5719-llvm-5f4ef3c5a88f058ad98611c24617f41bc6a45d50.tar.gz
bcm5719-llvm-5f4ef3c5a88f058ad98611c24617f41bc6a45d50.zip
Eliminate all remaining tabs and trailing spaces.
llvm-svn: 22523
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 262b2d69467..cf456334475 100644
--- a/llvm/lib/Transforms/Utils/InlineFunction.cpp
+++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp
@@ -107,7 +107,7 @@ bool llvm::InlineFunction(CallSite CS) {
}
}
- // If we are inlining tail call instruction through an invoke or
+ // If we are inlining tail call instruction through an invoke or
if (MustClearTailCallFlags) {
for (Function::iterator BB = FirstNewBlock, E = Caller->end();
BB != E; ++BB)
OpenPOWER on IntegriCloud