summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-28 03:05:40 +0000
committerChris Lattner <sabre@nondot.org>2009-07-28 03:05:40 +0000
commit7988aff079c54583d7f4d0011ffcfa3d62ff6a85 (patch)
tree745655761c51a5326bb637646430294da3c28e49 /lib
parentcb358b63a742c72f440ea008f14d65e049e725ad (diff)
downloadllvm-7988aff079c54583d7f4d0011ffcfa3d62ff6a85.tar.gz
llvm-7988aff079c54583d7f4d0011ffcfa3d62ff6a85.tar.bz2
llvm-7988aff079c54583d7f4d0011ffcfa3d62ff6a85.tar.xz
don't copy TargetLowering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PIC16/PIC16ISelDAGToDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.h b/lib/Target/PIC16/PIC16ISelDAGToDAG.h
index 83abed3958..3a2f6b47b3 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) :