Reformat.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 179c3c03099125737d54f4252889915d5a4516fc..6419fd3c4ec9a04431534d76d8eebfd1a46dc343 100644 (file)
@@ -1030,7 +1030,7 @@ public:
   SDNodeFlags Flags;
   BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
                         SDValue X, SDValue Y)
-    : BinarySDNode(Opc, Order, dl, VTs, X, Y), Flags() { }
+      : BinarySDNode(Opc, Order, dl, VTs, X, Y), Flags() {}
   static bool classof(const SDNode *N) {
     return isBinOpWithFlags(N->getOpcode());
   }