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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16ISelDAGToDAG.h

index 83abed3958a4a9987a1abc05d846b6c13ddcd3d5..3a2f6b47b37e1d81f8e607a47aad6705ba4f2055 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) :