From: Chris Lattner Date: Thu, 3 Dec 2009 01:10:05 +0000 (+0000) Subject: yay for case insensitive file systems (?) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bf108bdee5fd6bde4386a0fc0908da18a7d103c0;p=oota-llvm.git 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 1bd31b85203..5017af2e338 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;