Skip to content
Snippets Groups Projects
Commit 705e26a2 authored by Yvan Roux's avatar Yvan Roux
Browse files

Test commit: Fix a comment.

llvm-svn: 323947
parent 6d06976e
No related branches found
No related tags found
No related merge requests found
...@@ -502,7 +502,7 @@ those operations and the ARMv6 scalar versions. ...@@ -502,7 +502,7 @@ those operations and the ARMv6 scalar versions.
//===---------------------------------------------------------------------===// //===---------------------------------------------------------------------===//
Split out LDR (literal) from normal ARM LDR instruction. Also consider spliting Split out LDR (literal) from normal ARM LDR instruction. Also consider spliting
LDR into imm12 and so_reg forms. This allows us to clean up some code. e.g. LDR into imm12 and so_reg forms. This allows us to clean up some code. e.g.
ARMLoadStoreOptimizer does not need to look at LDR (literal) and LDR (so_reg) ARMLoadStoreOptimizer does not need to look at LDR (literal) and LDR (so_reg)
while ARMConstantIslandPass only need to worry about LDR (literal). while ARMConstantIslandPass only need to worry about LDR (literal).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment