diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-01 01:39:05 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-01 01:39:05 +0000 |
commit | 621818ab1a89a15a60308b1ab449fba0958c6986 (patch) | |
tree | 13f754d17ad7e546aa08e23273d82291ac3cdc19 /llvm/lib/CodeGen | |
parent | 6b90ba414a0bd86d5f6fbc2de9889ec27e5380bb (diff) | |
download | bcm5719-llvm-621818ab1a89a15a60308b1ab449fba0958c6986.tar.gz bcm5719-llvm-621818ab1a89a15a60308b1ab449fba0958c6986.zip |
trailing whitespace.
llvm-svn: 126733
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 5b0790f241d..8387bde46e3 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -764,7 +764,7 @@ bool SelectionDAGISel::TryToFoldFastISelLoad(const LoadInst *LI, "The only use of the vreg must be a use, we haven't emitted the def!"); MachineInstr *User = &*RI; - + // Set the insertion point properly. Folding the load can cause generation of // other random instructions (like sign extends) for addressing modes, make // sure they get inserted in a logical place before the new instruction. |