Use SmallVector instead of std::vector
[oota-llvm.git] / include / llvm / Constants.h
index d91dfca9f88a74477ba0bebdbc79b28d0b61d420..22acbfcd45076afdae4786c2d16ae28973d63bb0 100644 (file)
@@ -564,8 +564,8 @@ protected:
   // ConstantExprs in intermediate forms.
   static Constant *getTy(const Type *Ty, unsigned Opcode,
                          Constant *C1, Constant *C2);
-  static Constant *getCompareTy(unsigned short pred, Constant *C1, 
-                                Constant *C2, bool isVecCmp = false);
+  static Constant *getCompareTy(unsigned short pred, Constant *C1,
+                                Constant *C2);
   static Constant *getSelectTy(const Type *Ty,
                                Constant *C1, Constant *C2, Constant *C3);
   static Constant *getGetElementPtrTy(const Type *Ty, Constant *C,