[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.

llvm-svn: 206840
This commit is contained in:
Chandler Carruth 2014-04-22 02:25:17 +00:00
parent 4156c986f5
commit b5e481ac91
1 changed files with 1 additions and 2 deletions

View File

@ -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 {