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:
Chris Lattner 2010-06-21 20:31:30 +00:00
parent be4e066ff9
commit 6808cdc424
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;