mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
LowerMemIntrinsics: Fix include guard
I hope this fixes the clang-stage2-cmake-modules jenkins build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfe129ba52
commit
f5ea571cad
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user