]> granicus.if.org Git - clang/commitdiff
[NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expecting...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:37 +0000 (21:25 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:37 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184785 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index 23f4ee1e56d5cfa0015bb7845598a10ea622db84..c5fc7821a29fa8b6aafd0c124bd4128704cc78ac 100644 (file)
@@ -770,9 +770,9 @@ GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef,
     // a dup/lane instruction.
     if (IsLDSTOne) {
       if ((HasLanePostfix || HasDupPostfix) && OutTypeCode != "8") {
-        RegisterSuffix += ":" + OutTypeCode;
+        RegisterSuffix += ":" + OutTypeCode;
       } else if (OutTypeCode == "64") {
-        RegisterSuffix += ":64";
+        RegisterSuffix += ":64";
       }
     }