Fix include case. NFC.

llvm-svn: 276465
This commit is contained in:
George Burgess IV 2016-07-22 20:15:19 +00:00
parent 296a776a5b
commit 8a457ddfd8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#ifndef LLVM_LIB_TARGET_AARCH64_AARCH64MACHINELEGALIZER_H #ifndef LLVM_LIB_TARGET_AARCH64_AARCH64MACHINELEGALIZER_H
#define LLVM_LIB_TARGET_AARCH64_AARCH64MACHINELEGALIZER_H #define LLVM_LIB_TARGET_AARCH64_AARCH64MACHINELEGALIZER_H
#include "llvm/CodeGen/GlobalISel/Machinelegalizer.h" #include "llvm/CodeGen/GlobalISel/MachineLegalizer.h"
namespace llvm { namespace llvm {