[llvm-commits] [llvm] r42263 - /llvm/trunk/test/CodeGen/Generic/fwdtwice.ll

Dan Gohman djg at cray.com
Mon Sep 24 08:50:11 PDT 2007


Author: djg
Date: Mon Sep 24 10:50:11 2007
New Revision: 42263

URL: http://llvm.org/viewvc/llvm-project?rev=42263&view=rev
Log:
Fix a typo in a comment.

Modified:
    llvm/trunk/test/CodeGen/Generic/fwdtwice.ll

Modified: llvm/trunk/test/CodeGen/Generic/fwdtwice.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/fwdtwice.ll?rev=42263&r1=42262&r2=42263&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/fwdtwice.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/fwdtwice.ll Mon Sep 24 10:50:11 2007
@@ -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.,
 ;; 





More information about the llvm-commits mailing list