Include SparcV9RegInfo.h instead of TargetRegInfo.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2004-04-23 18:15:47 +00:00
parent 35450d2aaa
commit 3b2e5e619e
10 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegInfo.h"
#include "SparcV9RegInfo.h"
namespace llvm {