Fix a typo in a comment.

llvm-svn: 42263
This commit is contained in:
Dan Gohman 2007-09-24 15:50:11 +00:00
parent 75470c3bf1
commit f818ccd463
1 changed files with 1 additions and 1 deletions

View File

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