diff options
-rw-r--r-- | lib/CodeGen/CGBuiltin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGBuiltin.cpp b/lib/CodeGen/CGBuiltin.cpp index 318c02aa43..d0bc709c54 100644 --- a/lib/CodeGen/CGBuiltin.cpp +++ b/lib/CodeGen/CGBuiltin.cpp @@ -1169,6 +1169,7 @@ Value *CodeGenFunction::EmitARMBuiltinExpr(unsigned BuiltinID, bool usgn = type & 0x08; bool quad = type & 0x10; bool poly = (type & 0x7) == 5 || (type & 0x7) == 6; + (void)poly; // Only used in assert()s. bool splat = false; bool rightShift = false; |