More changes from Chris' review: simplify getIndices and avoid
[oota-llvm.git] / utils / llvm.grm
index 6d6cbe00ea1ae8e7ed7bc9ba53ba9b45ea861ea4..bec33edff9ca6d9b8eae1f79cb5e0d6c00463bde 100644 (file)
@@ -295,6 +295,13 @@ ConstValueRef ::= ESINT64VAL
  | undef
  | zeroinitializer
  | "<" ConstVector ">"
+ | "[" ConstVector "]"
+ | "[" "]"
+ | "c" ^ STRINGCONSTANT
+ | "{" ConstVector "}"
+ | "{" "}"
+ | "<" ^ "{" ConstVector "}" ^ ">"
+ | "<" ^ "{" "}" ^ ">"
  | ConstExpr
  | asm OptSideEffect STRINGCONSTANT ^ "," STRINGCONSTANT ;