fix build on case sensitive file systems.
authorChris Lattner <sabre@nondot.org>
Sat, 5 Jan 2008 23:37:52 +0000 (23:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Jan 2008 23:37:52 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45639 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenDAGPatterns.cpp

index 0d61003569d99c9351921d240995fbb960668740..6907d8f06b90e757d9214a997d868680b9aa1c60 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "CodegenDAGPatterns.h"
+#include "CodeGenDAGPatterns.h"
 #include "Record.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/Debug.h"
-//#include "llvm/Support/MathExtras.h"
 #include "llvm/Support/Streams.h"
-//#include <algorithm>
 #include <set>
 using namespace llvm;