diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 21:05:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 21:05:24 +0000 |
commit | 055c965bff7c8567e7fae90ffe1e10e109856064 (patch) | |
tree | f75d9769ef0dac2c05acf7bc2a73157f370dade3 /lib/Target/X86/InstSelectSimple.cpp | |
parent | a74db854a3dc9b6fe8e0d5837e35e47d744b7d8f (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/InstSelectSimple.cpp')
-rw-r--r-- | lib/Target/X86/InstSelectSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp index 083c88befe..4491fdf792 100644 --- a/lib/Target/X86/InstSelectSimple.cpp +++ b/lib/Target/X86/InstSelectSimple.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" |