summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUMCInstLower.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-08-13 16:26:38 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-08-13 16:26:38 +0000
commita7c40ef0224ba21c53d28b90fddbae0d4c5329c2 (patch)
treeff4d6a904732bf29d95097bc8292e3d3ec4124ef /llvm/lib/Target/R600/AMDGPUMCInstLower.h
parent2f5db8b3db7546bb911608f4c7e85962c6019bc7 (diff)
downloadbcm5719-llvm-a7c40ef0224ba21c53d28b90fddbae0d4c5329c2.tar.gz
bcm5719-llvm-a7c40ef0224ba21c53d28b90fddbae0d4c5329c2.zip
Canonicalize header guards into a common format.
Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
Diffstat (limited to 'llvm/lib/Target/R600/AMDGPUMCInstLower.h')
-rw-r--r--llvm/lib/Target/R600/AMDGPUMCInstLower.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUMCInstLower.h b/llvm/lib/Target/R600/AMDGPUMCInstLower.h
index 58fe34d32d3..00d1f1ba19a 100644
--- a/llvm/lib/Target/R600/AMDGPUMCInstLower.h
+++ b/llvm/lib/Target/R600/AMDGPUMCInstLower.h
@@ -8,8 +8,8 @@
/// \file
//===----------------------------------------------------------------------===//
-#ifndef AMDGPU_MCINSTLOWER_H
-#define AMDGPU_MCINSTLOWER_H
+#ifndef LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
+#define LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
namespace llvm {
@@ -45,4 +45,4 @@ public:
} // End namespace llvm
-#endif //AMDGPU_MCINSTLOWER_H
+#endif
OpenPOWER on IntegriCloud