[mips] Allow constant expressions in second argument of .cpsetup.
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.h
index 83be74f0d466961939c0e8cc0dab015517b01622..1426d0fbf5161778985277ae81f4d012795f28ce 100644 (file)
@@ -129,6 +129,6 @@ private:
                                     unsigned ConstraintID,
                                     std::vector<SDValue> &OutOps) override;
 };
-} // namespace llvm
+}
 
 #endif