don't copy TargetLowering.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 03:05:40 +0000 (03:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Jul 2009 03:05:40 +0000 (03:05 +0000)
llvm-svn: 77293

llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h

index 83abed3..3a2f6b4 100644 (file)
@@ -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) :