]> granicus.if.org Git - clang/commit
[CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
authorJustin Lebar <jlebar@google.com>
Sat, 23 Jan 2016 21:28:08 +0000 (21:28 +0000)
committerJustin Lebar <jlebar@google.com>
Sat, 23 Jan 2016 21:28:08 +0000 (21:28 +0000)
commit5659b4414899c43c73553f5e68d5db671800bb71
tree3d8badf13666e99014163980194ffceae3e57b11
parent817e45ed3b6f2dceb326b40146b7cd759786482a
[CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.

Summary: No functional changes.

Subscribers: tra, echristo, jhen, cfe-commits

Differential Revision: http://reviews.llvm.org/D16495

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp