From: Alfred Huang Date: Thu, 15 Jun 2017 23:02:55 +0000 (+0000) Subject: [AMDGPU] Testing commit access only, no real change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975d465bad04a3d57c431927b20292016baf9718;p=llvm [AMDGPU] Testing commit access only, no real change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305523 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp b/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp index 8084d368c80..6f3742ed039 100644 --- a/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp +++ b/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp @@ -9,7 +9,7 @@ // /// \file /// This pass marks all internal functions as always_inline and creates -/// duplicates of all other functions a marks the duplicates as always_inline. +/// duplicates of all other functions and marks the duplicates as always_inline. // //===----------------------------------------------------------------------===//