aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeMCInstLower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MBlaze/MBlazeMCInstLower.cpp')
-rw-r--r--lib/Target/MBlaze/MBlazeMCInstLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MBlaze/MBlazeMCInstLower.cpp b/lib/Target/MBlaze/MBlazeMCInstLower.cpp
index 5a8c54e30b..2a48c0dcf1 100644
--- a/lib/Target/MBlaze/MBlazeMCInstLower.cpp
+++ b/lib/Target/MBlaze/MBlazeMCInstLower.cpp
@@ -32,7 +32,7 @@ using namespace llvm;
MCSymbol *MBlazeMCInstLower::
GetGlobalAddressSymbol(const MachineOperand &MO) const {
switch (MO.getTargetFlags()) {
- default:
+ default:
llvm_unreachable("Unknown target flag on GV operand");
case 0: break;