summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2013-11-22 10:20:40 +0000
committerJustin Bogner <mail@justinbogner.com>2013-11-22 10:20:40 +0000
commit0f06606b68fee7b41225d91d79cf2d27a151ff93 (patch)
tree577e19ab50c196fb4990016944e2db47e1c20f10 /clang/lib/CodeGen/CodeGenFunction.cpp
parentdb643d7678dda2675346bc8caaa9cb8c67965528 (diff)
downloadbcm5719-llvm-0f06606b68fee7b41225d91d79cf2d27a151ff93.tar.gz
bcm5719-llvm-0f06606b68fee7b41225d91d79cf2d27a151ff93.zip
CodeGen: Whitespace
llvm-svn: 195437
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index ce1b44559dc..c1dc0b3657f 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -399,7 +399,7 @@ static void GenOpenCLArgMetadata(const FunctionDecl *FD, llvm::Function *Fn,
if (ty.isVolatileQualified())
typeQuals += typeQuals.empty() ? "volatile" : " volatile";
}
-
+
argTypeQuals.push_back(llvm::MDString::get(Context, typeQuals));
// Get image access qualifier:
OpenPOWER on IntegriCloud