summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorEd Schouten <ed@80386.nl>2013-05-31 20:12:49 +0000
committerEd Schouten <ed@80386.nl>2013-05-31 20:12:49 +0000
commit9f57805e4859e9e890684d1ecf612c79ecf285de (patch)
treee74d57a94cdb77e5e9dcfb6c93bbdd76a5d17c7b /clang/lib/CodeGen
parent70a9be52978f6468e64a7b78288f2462174dd4ed (diff)
downloadbcm5719-llvm-9f57805e4859e9e890684d1ecf612c79ecf285de.tar.gz
bcm5719-llvm-9f57805e4859e9e890684d1ecf612c79ecf285de.zip
Fix style bug introduced in r183033.
I renamed the function at one point in time, but forgot to fix the layout of the arguments. llvm-svn: 183036
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGAtomic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGAtomic.cpp b/clang/lib/CodeGen/CGAtomic.cpp
index ddacdd17eaa..1fc4f94d443 100644
--- a/clang/lib/CodeGen/CGAtomic.cpp
+++ b/clang/lib/CodeGen/CGAtomic.cpp
@@ -320,8 +320,7 @@ EmitValToTemp(CodeGenFunction &CGF, Expr *E) {
static void
AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args,
- bool UseOptimizedLibcall, llvm::Value *Val,
- QualType ValTy) {
+ bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy) {
if (UseOptimizedLibcall) {
// Load value and pass it to the function directly.
unsigned Align = CGF.getContext().getTypeAlignInChars(ValTy).getQuantity();
OpenPOWER on IntegriCloud