mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +00:00
fix typos reported by Adam Warner!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be4e066ff9
commit
6808cdc424
@ -531,7 +531,7 @@ def unary!(v)
|
||||
def unary-(v)
|
||||
0-v;
|
||||
|
||||
# Define > with the same precedence as >.
|
||||
# Define > with the same precedence as <.
|
||||
def binary> 10 (LHS RHS)
|
||||
RHS < LHS;
|
||||
|
||||
|
@ -512,7 +512,7 @@ def unary!(v)
|
||||
def unary-(v)
|
||||
0-v;
|
||||
|
||||
# Define > with the same precedence as >.
|
||||
# Define > with the same precedence as <.
|
||||
def binary> 10 (LHS RHS)
|
||||
RHS < LHS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user