ARM: recommit r237590: allow jump tables to be placed as constant islands.
[oota-llvm.git] / test / CodeGen / ARM / jumptable-label.ll
index 49d698672f82458726e3af84251b87111000f2cd..2ba90dc973659b55136b7504c18071a4201d9618 100644 (file)
@@ -2,8 +2,8 @@
 
 ; test that we print the label of a bb that is only used in a jump table.
 
-; CHECK:       .long   LBB0_2
-; CHECK: LBB0_2:
+; CHECK:       .long   [[JUMPTABLE_DEST:LBB[0-9]+_[0-9]+]]
+; CHECK: [[JUMPTABLE_DEST]]:
 
 define i32 @calculate()  {
 entry: