Index: lib/Analysis/NaCl/PNaClABITypeChecker.h |
diff --git a/lib/Analysis/NaCl/PNaClABITypeChecker.h b/lib/Analysis/NaCl/PNaClABITypeChecker.h |
index ac3cf850e5e01db62108bb897d12368ffa471715..1db46377a302d6aa1231180abfa521b6aebc18a8 100644 |
--- a/lib/Analysis/NaCl/PNaClABITypeChecker.h |
+++ b/lib/Analysis/NaCl/PNaClABITypeChecker.h |
@@ -33,6 +33,9 @@ class PNaClABITypeChecker { |
// Returns true if Ty is a valid non-derived type for PNaCl. |
static bool isValidScalarType(const Type *Ty); |
+ // Returns true if Ty is a valid vector type for PNaCl. |
+ static bool isValidVectorType(const Type *Ty); |
+ |
// There's no built-in way to get the name of a type, so use a |
// string ostream to print it. |
static std::string getTypeName(const Type *T) { |