commit | 055c965bff7c8567e7fae90ffe1e10e109856064 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 29 21:05:24 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 29 21:05:24 2002 +0000 |
tree | f75d9769ef0dac2c05acf7bc2a73157f370dade3 | |
parent | a74db854a3dc9b6fe8e0d5837e35e47d744b7d8f [diff] [blame] |
Rename X86InstructionInfo to X86InstrInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4413 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp index 083c88b..4491fdf 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"