summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstr.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-02-08 02:17:18 +0000
committerAndrew Trick <atrick@apple.com>2012-02-08 02:17:18 +0000
commitb3aacdd358052ddd8d9fc9ac77f5e17a4048941a (patch)
tree3de378f460bfdfc70f0ed77f9fdca30e7230aabe /include/llvm/CodeGen/MachineInstr.h
parentea4312722bc3756053dc4a506320641911cd3470 (diff)
downloadllvm-b3aacdd358052ddd8d9fc9ac77f5e17a4048941a.tar.gz
llvm-b3aacdd358052ddd8d9fc9ac77f5e17a4048941a.tar.bz2
llvm-b3aacdd358052ddd8d9fc9ac77f5e17a4048941a.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 4ccc37299c..f1c1cd129f 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -190,11 +190,11 @@ public:
/// ----------------
/// |
/// ----------------
- /// | 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 @@ public:
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// |
/// ----------------
- /// | MI * |
+ /// | MI * |
/// ----------------
/// The first instruction has the special opcode "BUNDLE". It's not "inside"
/// a bundle, but the next three MIs are.