diff options
Diffstat (limited to 'test/CodeGen/Hexagon/always-ext.ll')
-rw-r--r-- | test/CodeGen/Hexagon/always-ext.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/always-ext.ll b/test/CodeGen/Hexagon/always-ext.ll index 9c8d708..93f4240 100644 --- a/test/CodeGen/Hexagon/always-ext.ll +++ b/test/CodeGen/Hexagon/always-ext.ll @@ -1,3 +1,4 @@ +; XFAIL: ; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s ; Check that we don't generate an invalid packet with too many instructions @@ -7,7 +8,7 @@ ; CHECK: { ; CHECK-NOT: call abort ; CHECK: memw(##0) -; CHECK: memw(r{{[0-9+]}}<<#2+##4) +; CHECK: memw(r{{[0-9+]}}<<#2 + ##4) ; CHECK: } %struct.CuTest.1.28.31.37.40.43.52.55.67.85.111 = type { i8*, void (%struct.CuTest.1.28.31.37.40.43.52.55.67.85.111*)*, i32, i32, i8*, [23 x i32]* } |