diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:51:52 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:51:52 +0000 |
| commit | 7bb51dfbb1a298edb6c16160b681e04074886dcd (patch) | |
| tree | fa0be4ad65e32919ce6b49963a52fc2264623a16 /llvm/lib | |
| parent | 293285f8834c2f176fb44ea101d72f88bd43cda9 (diff) | |
| download | bcm5719-llvm-7bb51dfbb1a298edb6c16160b681e04074886dcd.tar.gz bcm5719-llvm-7bb51dfbb1a298edb6c16160b681e04074886dcd.zip | |
De-tabify.
llvm-svn: 47598
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/IPA/Andersens.cpp | 16 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/llvm/lib/Analysis/IPA/Andersens.cpp b/llvm/lib/Analysis/IPA/Andersens.cpp index 22f151b0953..345b8bd52b3 100644 --- a/llvm/lib/Analysis/IPA/Andersens.cpp +++ b/llvm/lib/Analysis/IPA/Andersens.cpp @@ -2347,15 +2347,15 @@ void Andersens::SolveConstraints() { unsigned DestVar = *bi; unsigned Rep = FindNode(DestVar); - // If we ended up with this node as our destination, or we've already - // got an edge for the representative, delete the current edge. - if (Rep == CurrNodeIndex || - (Rep != DestVar && NewEdges.test(Rep))) { - ToErase.set(DestVar); - continue; - } + // If we ended up with this node as our destination, or we've already + // got an edge for the representative, delete the current edge. + if (Rep == CurrNodeIndex || + (Rep != DestVar && NewEdges.test(Rep))) { + ToErase.set(DestVar); + continue; + } - std::pair<unsigned,unsigned> edge(CurrNodeIndex,Rep); + std::pair<unsigned,unsigned> edge(CurrNodeIndex,Rep); // This is where we do lazy cycle detection. // If this is a cycle candidate (equal points-to sets and this diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index 227ac0c7388..48e5a16a509 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/lib/CodeGen/VirtRegMap.cpp @@ -779,7 +779,7 @@ namespace { /// xorl %edi, %eax /// movl %eax, -32(%ebp) /// movl -36(%ebp), %eax -/// orl %eax, -32(%ebp) +/// orl %eax, -32(%ebp) /// ==> /// xorl %edi, %eax /// orl -36(%ebp), %eax |

