From: Chandler Carruth Date: Tue, 22 Apr 2014 02:25:17 +0000 (+0000) Subject: [cleanup] Fix another place where we were including the tablegen'ed code X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cd30379386d89597693bd79c08cf1aedc0fe3b26;p=oota-llvm.git [cleanup] Fix another place where we were including the tablegen'ed code of a '.inc' file before including actual headers. In this case we had both duplicated a header's include and were including a standard header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/NVPTX/NVPTXRegisterInfo.h b/lib/Target/NVPTX/NVPTXRegisterInfo.h index 878987a4727..c5e98ab51a3 100644 --- a/lib/Target/NVPTX/NVPTXRegisterInfo.h +++ b/lib/Target/NVPTX/NVPTXRegisterInfo.h @@ -16,11 +16,10 @@ #include "ManagedStringPool.h" #include "llvm/Target/TargetRegisterInfo.h" +#include #define GET_REGINFO_HEADER #include "NVPTXGenRegisterInfo.inc" -#include "llvm/Target/TargetRegisterInfo.h" -#include namespace llvm {