Fix a nit sabre noticed
authorNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 18:06:19 +0000 (18:06 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 17 Feb 2006 18:06:19 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26262 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index e6371ed9d35325179c153e951ccd731fe37cfda3..49b35d3bd3aabb53192d68daf8be11c001fde0dd 100644 (file)
@@ -293,7 +293,7 @@ public:
     SDOperand Old;
     SDOperand New;
 
-    TargetLoweringOpt::TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
+    TargetLoweringOpt(SelectionDAG &InDAG) : DAG(InDAG) {}
     
     bool CombineTo(SDOperand O, SDOperand N) { 
       Old = O;