aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ISelSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 21:05:24 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 21:05:24 +0000
commit055c965bff7c8567e7fae90ffe1e10e109856064 (patch)
treef75d9769ef0dac2c05acf7bc2a73157f370dade3 /lib/Target/X86/X86ISelSimple.cpp
parenta74db854a3dc9b6fe8e0d5837e35e47d744b7d8f (diff)
Rename X86InstructionInfo to X86InstrInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelSimple.cpp')
-rw-r--r--lib/Target/X86/X86ISelSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelSimple.cpp b/lib/Target/X86/X86ISelSimple.cpp
index 083c88befe..4491fdf792 100644
--- a/lib/Target/X86/X86ISelSimple.cpp
+++ b/lib/Target/X86/X86ISelSimple.cpp
@@ -5,7 +5,7 @@
//===----------------------------------------------------------------------===//
#include "X86.h"
-#include "X86InstructionInfo.h"
+#include "X86InstrInfo.h"
#include "llvm/Function.h"
#include "llvm/iTerminators.h"
#include "llvm/Type.h"