diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll b/llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll index c6176aa1fe5..33a9b0ea16a 100644 --- a/llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll +++ b/llvm/test/CodeGen/Hexagon/isel-simplify-crash.ll @@ -22,7 +22,7 @@ b5: ; preds = %b1 ret void b11: ; preds = %b1 - unreachable + ret void } attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="+hvx-length64b,+hvxv60" } |