diff options
Diffstat (limited to 'test/CodeGen/Hexagon/block-addr.ll')
-rw-r--r-- | test/CodeGen/Hexagon/block-addr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/block-addr.ll b/test/CodeGen/Hexagon/block-addr.ll index c0db2cef545e..5af3a69f8aab 100644 --- a/test/CodeGen/Hexagon/block-addr.ll +++ b/test/CodeGen/Hexagon/block-addr.ll @@ -2,7 +2,7 @@ ; CHECK: .LJTI ; CHECK-DAG: r[[REG:[0-9]+]] = memw(r{{[0-9]+}}{{ *}}+{{ *}}r{{[0-9]+<<#[0-9]+}}) -; CHECK-DAG: jumpr:nt r[[REG]] +; CHECK-DAG: jumpr r[[REG]] define void @main() #0 { entry: |