]> granicus.if.org Git - clang/commitdiff
Fix whitespace issues
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 7 Sep 2016 07:07:59 +0000 (07:07 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 7 Sep 2016 07:07:59 +0000 (07:07 +0000)
^M and extra space

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280786 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp

index 958a8453dcf5bb556521b7945282311d2ac80cda..4fcec884e1194a269ebdfdfc1593d4d1164bbe4f 100644 (file)
@@ -6969,7 +6969,6 @@ void AMDGPUTargetCodeGenInfo::setTargetAttributes(
 
   appendOpenCLVersionMD(M);
 }
-\r
 
 unsigned AMDGPUTargetCodeGenInfo::getOpenCLKernelCallingConv() const {
   return llvm::CallingConv::AMDGPU_KERNEL;
@@ -7644,7 +7643,7 @@ void SPIRTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV,
   appendOpenCLVersionMD(CGM);
 }
 
-static void appendOpenCLVersionMD (CodeGen::CodeGenModule &CGM) {
+static void appendOpenCLVersionMD(CodeGen::CodeGenModule &CGM) {
   llvm::LLVMContext &Ctx = CGM.getModule().getContext();
   llvm::Type *Int32Ty = llvm::Type::getInt32Ty(Ctx);
   llvm::Module &M = CGM.getModule();