yay for case insensitive file systems (?)
authorChris Lattner <sabre@nondot.org>
Thu, 3 Dec 2009 01:10:05 +0000 (01:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Dec 2009 01:10:05 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90370 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86COFFMachineModuleInfo.h

index 1bd31b8520330af670f73c5930c9f90c338a55e2..5017af2e3384f9a7fb81b8011b3728dd6e26c63a 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "llvm/CodeGen/MachineModuleInfo.h"
 #include "llvm/ADT/StringSet.h"
-#include "X86MachinefunctionInfo.h"
+#include "X86MachineFunctionInfo.h"
 
 namespace llvm {
   class X86MachineFunctionInfo;