[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.

llvm-svn: 184786
This commit is contained in:
Michael Gottesman 2013-06-24 21:25:39 +00:00
parent c6b5e56c19
commit 1169a52c83

View File

@ -771,8 +771,6 @@ GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef,
if (IsLDSTOne) {
if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
RegisterSuffix += ":" + OutTypeCode;
} else if (OutTypeCode == "64") {
RegisterSuffix += ":64";
}
}