projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f203344
)
Silence an unused variable warning.
author
Chandler Carruth
<chandlerc@gmail.com>
Wed, 8 Dec 2010 01:29:17 +0000
(
01:29
+0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Wed, 8 Dec 2010 01:29:17 +0000
(
01:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121221
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CGBuiltin.cpp
b/lib/CodeGen/CGBuiltin.cpp
index 318c02aa4385667923fa399f10b9bc50bdacca4c..d0bc709c54b2090c49ef915d17e488738793795f 100644
(file)
--- 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;