Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / ARM / extload-knownzero.ll
index 348285399ad823382fe6283fa479a1d3359e98f8..8ccf58c39170d2799462c4449db2d8d7d3fe681f 100644 (file)
@@ -1,13 +1,12 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
 ; rdar://12771555
 
 define void @foo(i16* %ptr, i32 %a) nounwind {
 entry:
-; CHECK: foo:
+; CHECK-LABEL: foo:
   %tmp1 = icmp ult i32 %a, 100
   br i1 %tmp1, label %bb1, label %bb2
 bb1:
-; CHECK: %bb1
 ; CHECK: ldrh
   %tmp2 = load i16* %ptr, align 2
   br label %bb2