[llvm-commits] CVS: llvm/lib/Target/ARM/ARMConstantIslandPass.cpp

Evan Cheng evan.cheng at apple.com
Tue May 15 22:14:24 PDT 2007



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;
 






More information about the llvm-commits mailing list