diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2016-03-01 22:05:03 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2016-03-01 22:05:03 +0000 |
commit | 2d497a00788f1ac2bcb95513136d54308029aaa1 (patch) | |
tree | ed6466155161f6b9bb063b09cc1509ff7bf7ec24 /llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | |
parent | 9c03d1313c00995b80afc80b5e7fc1146d3d5914 (diff) | |
download | llvm-2d497a00788f1ac2bcb95513136d54308029aaa1.zip llvm-2d497a00788f1ac2bcb95513136d54308029aaa1.tar.gz llvm-2d497a00788f1ac2bcb95513136d54308029aaa1.tar.bz2 |
[NFC] Convert tabs to spaces.
llvm-svn: 262411
Diffstat (limited to 'llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp b/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp index 95352fc..350e312 100644 --- a/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp +++ b/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp @@ -382,8 +382,8 @@ DecodeStatus HexagonDisassembler::getSingleInstruction( if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15) Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0; else if (SubregBit) - // Hexagon PRM 10.11 New-value operands - // Nt[0] is reserved and should always be encoded as zero. + // Hexagon PRM 10.11 New-value operands + // Nt[0] is reserved and should always be encoded as zero. return MCDisassembler::Fail; assert(Producer != Hexagon::NoRegister); MCO.setReg(Producer); |