diff options
| author | Dan Gohman <gohman@apple.com> | 2009-11-23 18:04:58 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-11-23 18:04:58 +0000 |
| commit | 7ec2051989d074e3ffef5fe74fed228d61b5f428 (patch) | |
| tree | 24d4f1cdb4192830c2d9552aa3ed5c37db1847b9 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
| parent | 0c1d2c1183243d983ee60d2fa0e30c1aef4981f4 (diff) | |
| download | external_llvm-7ec2051989d074e3ffef5fe74fed228d61b5f428.zip external_llvm-7ec2051989d074e3ffef5fe74fed228d61b5f428.tar.gz external_llvm-7ec2051989d074e3ffef5fe74fed228d61b5f428.tar.bz2 | |
Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
SelectionDAGBuild.cpp to SelectionDAGBuilder.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 3a2c22b..5eb9ca1 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -54,7 +54,7 @@ #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetMachine.h" -#include "SelectionDAGBuild.h" +#include "SelectionDAGBuilder.h" #include "FunctionLoweringInfo.h" using namespace llvm; |
