projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a75a5
)
Fix a compiler warning.
author
Dale Johannesen
<dalej@apple.com>
Fri, 26 Sep 2008 23:45:53 +0000
(23:45 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Fri, 26 Sep 2008 23:45:53 +0000
(23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56714
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/llvmAsmParser.y
patch
|
blob
|
history
diff --git
a/lib/AsmParser/llvmAsmParser.y
b/lib/AsmParser/llvmAsmParser.y
index fa62b4712b52b05a4c5f77c1118faeaeb24c5a69..a049cea8d852c53adfe3cfc18ea4e09641771b24 100644
(file)
--- a/
lib/AsmParser/llvmAsmParser.y
+++ b/
lib/AsmParser/llvmAsmParser.y
@@
-3298,7
+3298,6
@@
InstVal : ArithmeticOps Types ValueRef ',' ValueRef {
//FIXME : In 3.0, stop accepting zext, sext and inreg as optional function
//attributes.
Attributes RetAttrs = 0;
- Attributes TmpAttr = $8;
if ($8 != Attribute::None) {
if ($8 & Attribute::ZExt) {
RetAttrs = RetAttrs | Attribute::ZExt;