forked from OSchip/llvm-project
parent
de9f8979c4
commit
036fece5bb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue