diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-07-28 03:05:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-07-28 03:05:40 +0000 |
| commit | 03708c5e3d8aea09235ae14d6072510c938188f0 (patch) | |
| tree | 745655761c51a5326bb637646430294da3c28e49 | |
| parent | 8ef32967dee92d3850b35502b84b719d3777a8f8 (diff) | |
| download | external_llvm-03708c5e3d8aea09235ae14d6072510c938188f0.zip external_llvm-03708c5e3d8aea09235ae14d6072510c938188f0.tar.gz external_llvm-03708c5e3d8aea09235ae14d6072510c938188f0.tar.bz2 | |
don't copy TargetLowering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77293 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/PIC16/PIC16ISelDAGToDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.h b/lib/Target/PIC16/PIC16ISelDAGToDAG.h index 83abed3..3a2f6b4 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.h +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.h @@ -31,7 +31,7 @@ class VISIBILITY_HIDDEN PIC16DAGToDAGISel : public SelectionDAGISel { /// PIC16Lowering - This object fully describes how to lower LLVM code to an /// PIC16-specific SelectionDAG. - PIC16TargetLowering PIC16Lowering; + PIC16TargetLowering &PIC16Lowering; public: explicit PIC16DAGToDAGISel(PIC16TargetMachine &tm) : |
