[builtins] fix build error on non-ARM for r310884

llvm-svn: 310890
This commit is contained in:
Weiming Zhao 2017-08-14 21:44:33 +00:00
parent 0aa3a19512
commit 1c617be054
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@
#else
#define WIDE(op) op
#endif
#else // !defined(__arm)
#define DECLARE_FUNC_ENCODING
#endif
#define GLUE2(a, b) a##b