mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Add a polygen rule that reflects the fact that nsw and nuw can be
used together in either order. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2131e2a75f
commit
d622b0b208
@ -398,7 +398,7 @@ OptVolatile ::= - volatile | _ ;
|
||||
OptExact ::= - exact | _ ;
|
||||
OptNSW ::= - nsw | _ ;
|
||||
OptNUW ::= - nuw | _ ;
|
||||
OptNW ::= OptNUW OptNSW ;
|
||||
OptNW ::= OptNUW OptNSW | OptNSW OptNUW ;
|
||||
OptInBounds ::= - inbounds | _ ;
|
||||
|
||||
MemoryInst ::= malloc Types OptCAlign
|
||||
|
Loading…
Reference in New Issue
Block a user