commit | bf108bdee5fd6bde4386a0fc0908da18a7d103c0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 03 01:10:05 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 03 01:10:05 2009 +0000 |
tree | 8068508d60ce2246b001fa93fdd557bb2566d504 | |
parent | e568fa2d29c58aaedcaa832f805949d5e4371b4b [diff] [blame] |
yay for case insensitive file systems (?) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90370 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86COFFMachineModuleInfo.h b/lib/Target/X86/X86COFFMachineModuleInfo.h index 1bd31b8..5017af2 100644 --- a/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/lib/Target/X86/X86COFFMachineModuleInfo.h
@@ -16,7 +16,7 @@ #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/ADT/StringSet.h" -#include "X86MachinefunctionInfo.h" +#include "X86MachineFunctionInfo.h" namespace llvm { class X86MachineFunctionInfo;