Changes in directory llvm/lib/Target/ARM:

ARMConstantIslandPass.cpp updated: 1.43 -> 1.44
---
Log message:

Fix comment.

---
Diffs of the changes:  (+1 -1)

 ARMConstantIslandPass.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
diff -u llvm/lib/Target/ARM/ARMConstantIslandPass.cpp:1.43 
llvm/lib/Target/ARM/ARMConstantIslandPass.cpp:1.44
--- llvm/lib/Target/ARM/ARMConstantIslandPass.cpp:1.43  Mon May 14 20:29:07 2007
+++ llvm/lib/Target/ARM/ARMConstantIslandPass.cpp       Wed May 16 00:14:06 2007
@@ -112,7 +112,7 @@
         : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
     };
 
-    /// Branches - Keep track of all the immediate branch instructions.
+    /// ImmBranches - Keep track of all the immediate branch instructions.
     ///
     std::vector<ImmBranch> ImmBranches;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to