diff options
author | Dan Gohman <djg@cray.com> | 2007-09-24 15:50:11 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2007-09-24 15:50:11 +0000 |
commit | ef16fc629a7f4fab25ded3268c8ff2ff5cbc2f54 (patch) | |
tree | c99bc0f43c83adebde2539a046dc4de284fa5a2e /test/CodeGen | |
parent | 26247f0a50c170fa3d0e39067893ec975981edac (diff) | |
download | external_llvm-ef16fc629a7f4fab25ded3268c8ff2ff5cbc2f54.zip external_llvm-ef16fc629a7f4fab25ded3268c8ff2ff5cbc2f54.tar.gz external_llvm-ef16fc629a7f4fab25ded3268c8ff2ff5cbc2f54.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/Generic/fwdtwice.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/fwdtwice.ll b/test/CodeGen/Generic/fwdtwice.ll index ec085ec..84ea87e 100644 --- a/test/CodeGen/Generic/fwdtwice.ll +++ b/test/CodeGen/Generic/fwdtwice.ll @@ -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., ;; |