[llvm] r305523 - [AMDGPU] Testing commit access only, no real change
Alfred Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 16:02:55 PDT 2017
Author: ajhuang
Date: Thu Jun 15 18:02:55 2017
New Revision: 305523
URL: http://llvm.org/viewvc/llvm-project?rev=305523&view=rev
Log:
[AMDGPU] Testing commit access only, no real change
Modified:
llvm/trunk/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
Modified: llvm/trunk/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp?rev=305523&r1=305522&r2=305523&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp (original)
+++ llvm/trunk/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp Thu Jun 15 18:02:55 2017
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list