OSDN Git Service

[NVPTX] Clean up nested !strconcat calls.
authorJustin Lebar <jlebar@google.com>
Wed, 18 Jan 2017 00:09:19 +0000 (00:09 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 18 Jan 2017 00:09:19 +0000 (00:09 +0000)
commit0e8415fe0366e3f0be7d2db9489423d35e2e84e9
treef9ac39961df03202671b11aa12b5e313a40834be
parentdb8ecafe570b3365a6342cd474f6045754a6dff9
[NVPTX] Clean up nested !strconcat calls.

!strconcat is a variadic function; it will concatenate an arbitrary
number of strings.  There's no need to nest it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td