diff options
Diffstat (limited to 'test/CodeGen/Hexagon/two-crash.ll')
-rw-r--r-- | test/CodeGen/Hexagon/two-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/two-crash.ll b/test/CodeGen/Hexagon/two-crash.ll index 0ab02cda8a07..7e79cb3be912 100644 --- a/test/CodeGen/Hexagon/two-crash.ll +++ b/test/CodeGen/Hexagon/two-crash.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; This testcase crashed, because we propagated a reg:sub into a tied use. ; The two-address pass rewrote it in a way that generated incorrect code. -; CHECK: r{{[0-9]+}} += lsr(r{{[0-9]+}}, #16) +; CHECK: r{{[0-9]+}} += lsr(r{{[0-9]+}},#16) target triple = "hexagon" |