]> granicus.if.org Git - llvm/commitdiff
[AMDGPU] Testing commit access only, no real change
authorAlfred Huang <alfred.j.huang@gmail.com>
Thu, 15 Jun 2017 23:02:55 +0000 (23:02 +0000)
committerAlfred Huang <alfred.j.huang@gmail.com>
Thu, 15 Jun 2017 23:02:55 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305523 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp

index 8084d368c80f78c7bd27c68ccfc89a8f3b0ca271..6f3742ed039bd9310564d7b57817f754c5e7c6bf 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//