[llvm] r185369 - Really fix the test. Sorry for the breakage...

Anton Korobeynikov asl at math.spbu.ru
Mon Jul 1 12:51:36 PDT 2013


Author: asl
Date: Mon Jul  1 14:51:36 2013
New Revision: 185369

URL: http://llvm.org/viewvc/llvm-project?rev=185369&view=rev
Log:
Really fix the test. Sorry for the breakage...

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=185369&r1=185368&r2=185369&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MSP430/jumptable.ll (original)
+++ llvm/trunk/test/CodeGen/MSP430/jumptable.ll Mon Jul  1 14:51:36 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: mov.w r14, [[REG2]]
+; CHECK: mov.w [[REG2]], pc
   switch i16 %0, label %sw.default [
     i16 0, label %sw.bb
     i16 1, label %sw.bb1





More information about the llvm-commits mailing list