diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-02-17 19:20:59 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-02-17 19:20:59 +0000 |
commit | 95a27b0e60dd838094b1f64bda7ad7ad6148dbee (patch) | |
tree | 9c131c8eff2751e2cb93ea574c54fb78a7940f2f /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 6a61922239de8018239eef23328dba457874064c (diff) | |
download | llvm-95a27b0e60dd838094b1f64bda7ad7ad6148dbee.zip llvm-95a27b0e60dd838094b1f64bda7ad7ad6148dbee.tar.gz llvm-95a27b0e60dd838094b1f64bda7ad7ad6148dbee.tar.bz2 |
Fix some minor whitespace issues.
llvm-svn: 201526
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 4b3aa1a..715af36 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -394,7 +394,7 @@ static void GenOpenCLArgMetadata(const FunctionDecl *FD, llvm::Function *Fn, if (ty->isImageType()) AddrSpc = CGM.getContext().getTargetAddressSpace(LangAS::opencl_global); - + addressQuals.push_back(Builder.getInt32(AddrSpc)); // Get argument type name. |