summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristina Brooks <notstina@gmail.com>2019-02-24 18:06:10 +0000
committerKristina Brooks <notstina@gmail.com>2019-02-24 18:06:10 +0000
commit103799c06028c93efff0163c42d2d53ad1857fd3 (patch)
tree4ea86bec0634604812ea9036061e27d18dc50985
parent716cbfb4640fe44f12dc7288da51efebeb55f64d (diff)
downloadbcm5719-llvm-103799c06028c93efff0163c42d2d53ad1857fd3.tar.gz
bcm5719-llvm-103799c06028c93efff0163c42d2d53ad1857fd3.zip
Fix accidentally used hard tabs. NFC
Big sorry. This undoes the indentation mess I made in r354751. llvm-svn: 354752
-rw-r--r--clang/lib/CodeGen/CGBuiltin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp
index a36e0803dfa..43c8020450f 100644
--- a/clang/lib/CodeGen/CGBuiltin.cpp
+++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -2007,7 +2007,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
unsigned Alignment = (unsigned)AlignmentCI->getZExtValue();
EmitAlignmentAssumption(PtrValue, Ptr,
- /*The expr loc is sufficient.*/ SourceLocation(),
+ /*The expr loc is sufficient.*/ SourceLocation(),
Alignment, OffsetValue);
return RValue::get(PtrValue);
}
OpenPOWER on IntegriCloud