summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-06-24 21:25:39 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-06-24 21:25:39 +0000
commit1169a52c83e03cdb2f3c19d7653ffe82eadb397a (patch)
treefab2f1a5e721449ac4477d2453e052db2e17ad74 /clang/utils
parentc6b5e56c19effc9f9aac8c922b94ba1b34069641 (diff)
downloadbcm5719-llvm-1169a52c83e03cdb2f3c19d7653ffe82eadb397a.tar.gz
bcm5719-llvm-1169a52c83e03cdb2f3c19d7653ffe82eadb397a.zip
[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.
llvm-svn: 184786
Diffstat (limited to 'clang/utils')
-rw-r--r--clang/utils/TableGen/NeonEmitter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/utils/TableGen/NeonEmitter.cpp b/clang/utils/TableGen/NeonEmitter.cpp
index c5fc7821a29..bb505de95da 100644
--- a/clang/utils/TableGen/NeonEmitter.cpp
+++ b/clang/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";
}
}
OpenPOWER on IntegriCloud