commit | 059e62c8b6a5833a8d7d91c0591184c5d020e310 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 10:51:52 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 10:51:52 2008 +0000 |
tree | 9ac2d6e74bc6c90b58620fb3e0463434b422dd77 | |
parent | 68ca1825b78b7cd8b980e7ab28bfe4f1b8135dda [diff] [blame] |
De-tabify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47598 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 227ac0c..48e5a16 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp
@@ -779,7 +779,7 @@ /// 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