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 | f059deb8dd420b611c8b1a6d70720baf3ea19d51 (patch) | |
tree | 9ac2d6e74bc6c90b58620fb3e0463434b422dd77 /lib/CodeGen/VirtRegMap.cpp | |
parent | e85fe660e4e99d30ca9292b706b8ffe6d0367dca (diff) |
De-tabify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.cpp')
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 227ac0c738..48e5a16a50 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/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 |