mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix whitespace in whitespace-significant pseudocode in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e68f59b78
commit
c702a9ed1c
@ -17,8 +17,8 @@
|
||||
// else else
|
||||
// X2 = ... X2 = ...
|
||||
// X3 = phi(X1, X2) X3 = phi(X1, X2)
|
||||
// ... = X3 + 4 X4 = phi(X3)
|
||||
// ... = X4 + 4
|
||||
// ... = X3 + 4 X4 = phi(X3)
|
||||
// ... = X4 + 4
|
||||
//
|
||||
// This is still valid LLVM; the extra phi nodes are purely redundant, and will
|
||||
// be trivially eliminated by InstCombine. The major benefit of this
|
||||
|
Loading…
x
Reference in New Issue
Block a user