Fix include case. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
George Burgess IV 2016-07-22 20:15:19 +00:00
parent 86728a0d70
commit aede87e702

View File

@ -15,7 +15,7 @@
#ifndef 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 {