[PATCH] D27637: [NVPTX] Move NVPTXUtilities.{h, cpp} into namespace llvm.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 15:57:35 PST 2016


jlebar created this revision.
jlebar added a reviewer: tra.
jlebar added a subscriber: llvm-commits.
Herald added a subscriber: jholewinski.

All of the non-static functions in the cpp file were already in
namespace llvm, and this lets us get rid of a bunch of unnecessary
"llvm::"'s.


https://reviews.llvm.org/D27637

Files:
  llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
  llvm/lib/Target/NVPTX/NVPTXUtilities.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27637.80967.patch
Type: text/x-patch
Size: 16376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161209/f7bac201/attachment.bin>


More information about the llvm-commits mailing list