OSDN Git Service

[NVPTX] Standardize asm printer on "foo \tbar".
authorJustin Lebar <jlebar@google.com>
Wed, 18 Jan 2017 00:09:36 +0000 (00:09 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 18 Jan 2017 00:09:36 +0000 (00:09 +0000)
commitfb0c1c57019a559db247e956a8377850cce984cd
tree456c7ee18518328a431d144fc34fd5d836213069
parent0e8415fe0366e3f0be7d2db9489423d35e2e84e9
[NVPTX] Standardize asm printer on "foo \tbar".

Some instructions were printed as "foo\tbar", but most are printed as
"foo \bar".  Standardize on the latter form.

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