mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
746767b097
commit
ea81d095dc
@ -4,7 +4,7 @@
|
||||
;; Test the sequence:
|
||||
;; cast -> setle 0, %cast -> br %cond
|
||||
;; This sequence should cause the cast value to be forwarded twice,
|
||||
;; i.e., cast is forwarded to the setle and teh setle is forwarded
|
||||
;; i.e., cast is forwarded to the setle and the setle is forwarded
|
||||
;; to the branch.
|
||||
;; register argument of the "branch-on-register" instruction, i.e.,
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user