trailing whitespace
[oota-llvm.git] / utils / TableGen / Record.h
index 85edbf5e9795569560b564d5715ccf72fc26c7eb..44d64abd4090d88013714d3f913dbdac9127951d 100644 (file)
@@ -848,7 +848,7 @@ public:
 ///
 class BinOpInit : public OpInit {
 public:
-  enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, NAMECONCAT, EQ };
+  enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ };
 private:
   BinaryOp Opc;
   Init *LHS, *RHS;