[llvm] r185368 - Fix the test which relies on uncommitted change

Anton Korobeynikov asl at math.spbu.ru
Mon Jul 1 12:50:31 PDT 2013


Author: asl
Date: Mon Jul  1 14:50:31 2013
New Revision: 185368

URL: http://llvm.org/viewvc/llvm-project?rev=185368&view=rev
Log:
Fix the test which relies on uncommitted change

Modified:
    llvm/trunk/test/CodeGen/MSP430/jumptable.ll

Modified: llvm/trunk/test/CodeGen/MSP430/jumptable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/jumptable.ll?rev=185368&r1=185367&r2=185368&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/jumptable.ll (original)
+++ llvm/trunk/test/CodeGen/MSP430/jumptable.ll Mon Jul  1 14:50:31 2013
@@ -13,7 +13,7 @@ entry:
   %0 = load i16* %i.addr, align 2
 ; CHECK: add.w #.LJTI0_0, [[REG1:r[0-9]+]]
 ; CHECK: mov.w 0([[REG1]]), [[REG2:r[0-9]+]]
-; CHECK: br [[REG2]]
+; CHECK: mov.w r14, [[REG2]]
   switch i16 %0, label %sw.default [
     i16 0, label %sw.bb
     i16 1, label %sw.bb1





More information about the llvm-commits mailing list