diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/NeonEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp index 87157a3..9feec48 100644 --- a/utils/TableGen/NeonEmitter.cpp +++ b/utils/TableGen/NeonEmitter.cpp @@ -727,7 +727,7 @@ static std::string GenBuiltin(const std::string &name, const std::string &proto, if (define) { if (sret) s += "({ " + ts + " r; "; - else if (proto[0] != 's') + else s += "(" + ts + ")"; } else if (sret) { s += ts + " r; "; |