diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp
index c5fc7821a29fa8b6aafd0c124bd4128704cc78ac..bb505de95daa6959e33b704868f63a710b510845 100644
--- a/utils/TableGen/NeonEmitter.cpp
+++ b/utils/TableGen/NeonEmitter.cpp
@@ -771,8 +771,6 @@ GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef,
     if (IsLDSTOne) {
       if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
         RegisterSuffix += ":" + OutTypeCode;
-      } else if (OutTypeCode == "64") {
-        RegisterSuffix += ":64";
       }
     }