[AArch64] Fix typo in load/store optimizer.
authorTilmann Scheller <t.scheller@samsung.com>
Tue, 3 Jun 2014 16:33:13 +0000 (16:33 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Tue, 3 Jun 2014 16:33:13 +0000 (16:33 +0000)
llvm-svn: 210114

llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp

index e7454be..9b83cc8 100644 (file)
@@ -142,7 +142,7 @@ static bool isUnscaledLdst(unsigned Opc) {
 int AArch64LoadStoreOpt::getMemSize(MachineInstr *MemMI) {
   switch (MemMI->getOpcode()) {
   default:
-    llvm_unreachable("Opcode has has unknown size!");
+    llvm_unreachable("Opcode has unknown size!");
   case AArch64::STRSui:
   case AArch64::STURSi:
     return 4;