diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-03-17 06:56:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-03-17 06:56:52 +0000 |
commit | d18330763965745fea05536939f5aadffcc6a5a6 (patch) | |
tree | 4faf116a91d8a2e61c126405cad7ccd0aa4004a6 /lib/Target/Alpha/AlphaCodeEmitter.cpp | |
parent | 755ebab37db73798bb0732f5c6e2ffeeea090559 (diff) |
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaCodeEmitter.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaCodeEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaCodeEmitter.cpp b/lib/Target/Alpha/AlphaCodeEmitter.cpp index 0ae99a9dbb..51a1404f32 100644 --- a/lib/Target/Alpha/AlphaCodeEmitter.cpp +++ b/lib/Target/Alpha/AlphaCodeEmitter.cpp @@ -95,6 +95,7 @@ void AlphaCodeEmitter::emitBasicBlock(MachineBasicBlock &MBB) { case Alpha::ALTENT: case Alpha::PCLABEL: case Alpha::MEMLABEL: + case TargetInstrInfo::IMPLICIT_DEF: break; //skip these } } |