From f7ce7242b77ada34ddff77d0b8f8af1601ceb124 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 8 Jun 2015 01:35:40 +0000 Subject: [TableGen] Use the SMLoc header file instead of SourceMgr header file in a couple places. NFC llvm-svn: 239274 --- llvm/utils/TableGen/CodeGenInstruction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/CodeGenInstruction.h') diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 90ccee35f67..8f01abd5403 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h @@ -14,9 +14,10 @@ #ifndef LLVM_UTILS_TABLEGEN_CODEGENINSTRUCTION_H #define LLVM_UTILS_TABLEGEN_CODEGENINSTRUCTION_H +#include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/StringRef.h" #include "llvm/CodeGen/MachineValueType.h" -#include "llvm/Support/SourceMgr.h" +#include "llvm/Support/SMLoc.h" #include #include #include -- cgit v1.2.3