diff options
author | Duncan Sands <baldrick@free.fr> | 2007-11-09 13:41:39 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-11-09 13:41:39 +0000 |
commit | e795efea5b784b01b545eff547379a854f12ce1c (patch) | |
tree | 20ec5841c06dd02003583b78d9c09e397309c9d9 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | 1b232132ad8fd4cc51bc3ac55cbc3c4e920fdc3f (diff) | |
download | bcm5719-llvm-e795efea5b784b01b545eff547379a854f12ce1c.tar.gz bcm5719-llvm-e795efea5b784b01b545eff547379a854f12ce1c.zip |
Move MinAlign to MathExtras.h.
llvm-svn: 43944
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 7a6e55e9849..8f6800a2c6b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -37,7 +37,6 @@ #include "llvm/Target/TargetOptions.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/Statistic.h" -#include "llvm/Support/Alignment.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" |