summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXRegisterInfo.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-22 02:25:17 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-22 02:25:17 +0000
commitcd30379386d89597693bd79c08cf1aedc0fe3b26 (patch)
treea4571d4e7d1ffe68c4e3027b6564ae43cf438ced /lib/Target/NVPTX/NVPTXRegisterInfo.h
parent43285b394e30a7d9c79daed9496dac77ea15303c (diff)
downloadllvm-cd30379386d89597693bd79c08cf1aedc0fe3b26.tar.gz
llvm-cd30379386d89597693bd79c08cf1aedc0fe3b26.tar.bz2
llvm-cd30379386d89597693bd79c08cf1aedc0fe3b26.tar.xz
[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
Diffstat (limited to 'lib/Target/NVPTX/NVPTXRegisterInfo.h')
-rw-r--r--lib/Target/NVPTX/NVPTXRegisterInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/NVPTX/NVPTXRegisterInfo.h b/lib/Target/NVPTX/NVPTXRegisterInfo.h
index 878987a472..c5e98ab51a 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 <sstream>
#define GET_REGINFO_HEADER
#include "NVPTXGenRegisterInfo.inc"
-#include "llvm/Target/TargetRegisterInfo.h"
-#include <sstream>
namespace llvm {