[llvm-commits] [llvm] r150042 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Andrew Trick
atrick at apple.com
Tue Feb 7 18:17:19 PST 2012
Author: atrick
Date: Tue Feb 7 20:17:18 2012
New Revision: 150042
URL: http://llvm.org/viewvc/llvm-project?rev=150042&view=rev
Log:
whitespace
Modified:
llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=150042&r1=150041&r2=150042&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Tue Feb 7 20:17:18 2012
@@ -190,11 +190,11 @@
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// In this case, the first MI starts a bundle but is not inside a bundle, the
/// next 2 MIs are considered "inside" the bundle.
@@ -209,11 +209,11 @@
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// The first instruction has the special opcode "BUNDLE". It's not "inside"
/// a bundle, but the next three MIs are.
More information about the llvm-commits
mailing list