diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-23 09:49:53 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-23 09:49:53 +0000 |
commit | f00654e31b984a8021db6444537093121607d8cf (patch) | |
tree | 0dc684b2147f965f61d7a28c799a4be8d93bbddb /llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h | |
parent | b76cb044f1a982e29015fe21906f35d2d7736c5f (diff) | |
download | bcm5719-llvm-f00654e31b984a8021db6444537093121607d8cf.tar.gz bcm5719-llvm-f00654e31b984a8021db6444537093121607d8cf.zip |
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Apparently, the style needs to be agreed upon first.
llvm-svn: 240390
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h b/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h index 31ae9a3c776..86d3962b385 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h +++ b/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h @@ -198,7 +198,7 @@ namespace AMDGPU { int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIndex); } // End namespace AMDGPU -} // namespace llvm +} // End llvm namespace #define AMDGPU_FLAG_REGISTER_LOAD (UINT64_C(1) << 63) #define AMDGPU_FLAG_REGISTER_STORE (UINT64_C(1) << 62) |