diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-08-27 12:54:02 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 12:54:02 +0000 |
| commit | 3d27be1333ad2ea1f52b0c37f0989954fbf34cd6 (patch) | |
| tree | 3abf148dd96d50aec60d14c4478e369e7a775696 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
| parent | 2c3683a9012729bbaa3074850e82ccfd572ad5c0 (diff) | |
| download | bcm5719-llvm-3d27be1333ad2ea1f52b0c37f0989954fbf34cd6.tar.gz bcm5719-llvm-3d27be1333ad2ea1f52b0c37f0989954fbf34cd6.zip | |
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
llvm-svn: 29911
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index c7e520f1f54..620feb9aa3d 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -35,7 +35,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include "llvm/Target/TargetLowering.h" -#include "llvm/Support/Visibility.h" +#include "llvm/Support/Compiler.h" #include <algorithm> #include <cmath> #include <iostream> |

