mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Fix a compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3298,7 +3298,6 @@ InstVal : ArithmeticOps Types ValueRef ',' ValueRef {
|
|||||||
//FIXME : In 3.0, stop accepting zext, sext and inreg as optional function
|
//FIXME : In 3.0, stop accepting zext, sext and inreg as optional function
|
||||||
//attributes.
|
//attributes.
|
||||||
Attributes RetAttrs = 0;
|
Attributes RetAttrs = 0;
|
||||||
Attributes TmpAttr = $8;
|
|
||||||
if ($8 != Attribute::None) {
|
if ($8 != Attribute::None) {
|
||||||
if ($8 & Attribute::ZExt) {
|
if ($8 & Attribute::ZExt) {
|
||||||
RetAttrs = RetAttrs | Attribute::ZExt;
|
RetAttrs = RetAttrs | Attribute::ZExt;
|
||||||
|
Reference in New Issue
Block a user