diff options
Diffstat (limited to 'test/CodeGen/Hexagon/bit-skip-byval.ll')
-rw-r--r-- | test/CodeGen/Hexagon/bit-skip-byval.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/bit-skip-byval.ll b/test/CodeGen/Hexagon/bit-skip-byval.ll index d6c1aad94007..9ee4014ae346 100644 --- a/test/CodeGen/Hexagon/bit-skip-byval.ll +++ b/test/CodeGen/Hexagon/bit-skip-byval.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; ; Either and or zxtb. -; CHECK: r0 = and(r1, #255) +; CHECK: r0 = and(r1,#255) %struct.t0 = type { i32 } |