summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-02-09 23:43:28 +0000
committerMatthias Braun <matze@braunis.de>2017-02-09 23:43:28 +0000
commitd0d8daa37c86e88aaba1a8dd260e2f90700c2645 (patch)
tree8d1f2fe3bc6fa18b9c01f13be8a00353be773d8a
parentc87da86707be0d6ff750b20dd89a6217ea904dc2 (diff)
downloadbcm5719-llvm-d0d8daa37c86e88aaba1a8dd260e2f90700c2645.tar.gz
bcm5719-llvm-d0d8daa37c86e88aaba1a8dd260e2f90700c2645.zip
LowerMemIntrinsics: Fix include guard
I hope this fixes the clang-stage2-cmake-modules jenkins build. llvm-svn: 294665
-rw-r--r--llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
index 584875e510c..e4906b709e4 100644
--- a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
+++ b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_TRANSFORMS_UTILS_INTEGERDIVISION_H
-#define LLVM_TRANSFORMS_UTILS_INTEGERDIVISION_H
+#ifndef LLVM_TRANSFORMS_UTILS_LOWERMEMINTRINSICS_H
+#define LLVM_TRANSFORMS_UTILS_LOWERMEMINTRINSICS_H
namespace llvm {
OpenPOWER on IntegriCloud