diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-12-06 22:12:01 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-12-06 22:12:01 +0000 |
| commit | 2a81dd4a3c21457c7272b07c86c44885a974ab1e (patch) | |
| tree | 73daa22f68f22a29b999681b766aaac9395b2738 /llvm/utils/TableGen/CodeGenTarget.cpp | |
| parent | 1f5c5aa2095f0f2117bb995e004a7a4b2b422968 (diff) | |
| download | bcm5719-llvm-2a81dd4a3c21457c7272b07c86c44885a974ab1e.tar.gz bcm5719-llvm-2a81dd4a3c21457c7272b07c86c44885a974ab1e.zip | |
First chunk of MachineInstr bundle support.
1. Added opcode BUNDLE
2. Taught MachineInstr class to deal with bundled MIs
3. Changed MachineBasicBlock iterator to skip over bundled MIs; added an iterator to walk all the MIs
4. Taught MachineBasicBlock methods about bundled MIs
llvm-svn: 145975
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
| -rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index 6e1872e27d9..c8d2b00a82e 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/utils/TableGen/CodeGenTarget.cpp @@ -267,6 +267,7 @@ void CodeGenTarget::ComputeInstrsByEnum() const { "DBG_VALUE", "REG_SEQUENCE", "COPY", + "BUNDLE", 0 }; const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); |

