summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-03-22 22:44:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-03-22 22:44:31 +0000
commit9a7b270825000c7377228c092ee720a5485eda4b (patch)
tree637cd517cc2f49ac79287107b5404085fd2b864f
parent53e91f0836baa2749120846b83d3bda623a9081c (diff)
downloadbcm5719-llvm-9a7b270825000c7377228c092ee720a5485eda4b.tar.gz
bcm5719-llvm-9a7b270825000c7377228c092ee720a5485eda4b.zip
Fix 80 col violation.
llvm-svn: 99224
-rw-r--r--llvm/lib/Transforms/Utils/BuildLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
index b44f0197604..2e6edfa2673 100644
--- a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
+++ b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
@@ -123,7 +123,7 @@ Value *llvm::EmitMemCpy(Value *Dst, Value *Src, Value *Len,
/// EmitMemMove - Emit a call to the memmove function to the builder. This
/// always expects that the size has type 'intptr_t' and Dst/Src are pointers.
Value *llvm::EmitMemMove(Value *Dst, Value *Src, Value *Len,
- unsigned Align, IRBuilder<> &B, const TargetData *TD) {
+ unsigned Align, IRBuilder<> &B, const TargetData *TD) {
Module *M = B.GetInsertBlock()->getParent()->getParent();
LLVMContext &Context = B.GetInsertBlock()->getContext();
const Type *Ty = TD->getIntPtrType(Context);
OpenPOWER on IntegriCloud