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 | 697150ec0c763f5076eb34083051367fe0cbb4b4 (patch) | |
tree | e6fcadb47bdf6f869770fdc588a7c3a7277aa677 /llvm/lib | |
parent | 8368f4e8a48ef5ad96a5b0608d1ab5571dd14df1 (diff) | |
download | bcm5719-llvm-697150ec0c763f5076eb34083051367fe0cbb4b4.tar.gz bcm5719-llvm-697150ec0c763f5076eb34083051367fe0cbb4b4.zip |
don't copy TargetLowering.
llvm-svn: 77293
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h index 83abed3958a..3a2f6b47b37 100644 --- a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h +++ b/llvm/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) : |