Cleanup comparisons to VariableArrayType::Static for non-VLAs
authorHal Finkel <hfinkel@anl.gov>
Sat, 19 Jul 2014 02:13:40 +0000 (02:13 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 19 Jul 2014 02:13:40 +0000 (02:13 +0000)
commit16e394a36ce184e0312dd9ecebaee3bf36b2cacd
tree19e72980ce84feec5634a05d5776d50167afbe0f
parentbfe2d3c0f966e8d6ab873b54deacee9048780d19
Cleanup comparisons to VariableArrayType::Static for non-VLAs

The enum is part of ArrayType, so there is no functional change, but comparing
to ArrayType::Static for non-VLAs makes more sense.

llvm-svn: 213446
clang/lib/AST/TypePrinter.cpp
clang/lib/CodeGen/CGCall.cpp