[Verifier] Check that debug values have proper size
[oota-llvm.git] / test / CodeGen / Hexagon / pred-absolute-store.ll
index 64635b176daf9093bae7a4c57dc4fac2e598da7c..3e5e98270d53605ce7a744ef814d46c8ffcfcf67 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
+; RUN: llc -march=hexagon < %s | FileCheck %s
 ; Check that we are able to predicate instructions with abosolute
 ; addressing mode.
-
-; CHECK: if{{ *}}(p{{[0-3]+}}.new){{ *}}memw(##gvar){{ *}}={{ *}}r{{[0-9]+}}
+; CHECK: if ({{!*}}p{{[0-2]}}.new) memw(##gvar) = r{{[0-9]+}}
 
 @gvar = external global i32
 define i32 @test2(i32 %a, i32 %b) nounwind {