summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-11-24 15:39:32 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-11-24 15:39:32 +0000
commit51917b868dcedd76a3498fc97756bb066988525c (patch)
treeeada8cd8efc629d84cf87d0fea4aafcd19e3ffab /llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
parent8be65a792ff56526e8937340ab620f75524b1de7 (diff)
downloadbcm5719-llvm-51917b868dcedd76a3498fc97756bb066988525c.tar.gz
bcm5719-llvm-51917b868dcedd76a3498fc97756bb066988525c.zip
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots.
2. Re-adding .mask and .frame directives in printed assembly. 3. Adding .ent and .end directives in printed assembly. 4. Minor cleanups to MBlaze backend. llvm-svn: 120095
Diffstat (limited to 'llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp b/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
index 7b0f9bbfa29..67a35d873cb 100644
--- a/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp
@@ -43,7 +43,7 @@ static MCStreamer *createMCStreamer(const Target &T, const std::string &TT,
case Triple::MinGW64:
case Triple::Cygwin:
case Triple::Win32:
- llvm_unreachable("ARM does not support Windows COFF format");
+ llvm_unreachable("MBlaze does not support Windows COFF format");
return NULL;
default:
return createELFStreamer(Ctx, TAB, _OS, _Emitter, RelaxAll);
OpenPOWER on IntegriCloud