projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f995830
)
fix build on case sensitive file systems.
author
Chris Lattner
<sabre@nondot.org>
Sat, 5 Jan 2008 23:37:52 +0000
(23:37 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/utils/TableGen/CodeGenDAGPatterns.cpp
b/utils/TableGen/CodeGenDAGPatterns.cpp
index 0d61003569d99c9351921d240995fbb960668740..6907d8f06b90e757d9214a997d868680b9aa1c60 100644
(file)
--- a/
utils/TableGen/CodeGenDAGPatterns.cpp
+++ b/
utils/TableGen/CodeGenDAGPatterns.cpp
@@
-12,13
+12,11
@@
//
//===----------------------------------------------------------------------===//
-#include "Code
g
enDAGPatterns.h"
+#include "Code
G
enDAGPatterns.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;