diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 20:33:12 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 20:33:12 +0000 |
commit | 8c2919a34e15fe7c239842c7473cb5919fa73c65 (patch) | |
tree | 5dd601134782372227a2b7ec8ebb512794392dc3 /test | |
parent | fe8490c22eb702efb8eed854e52a8709243cfb6a (diff) |
[Hexagon] Updating constant set to simpler versions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Hexagon/struct_args_large.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/struct_args_large.ll b/test/CodeGen/Hexagon/struct_args_large.ll index db87d9e81db..1438d73eacf 100644 --- a/test/CodeGen/Hexagon/struct_args_large.ll +++ b/test/CodeGen/Hexagon/struct_args_large.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; XFAIL: +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: r[[T0:[0-9]+]] = CONST32(#s2) ; CHECK: memw(r29+#0) = r{{.}} ; CHECK: memw(r29+#8) = r{{.}} |