diff options
author | Jyotsna Verma <jverma@codeaurora.org> | 2013-04-04 21:05:46 +0000 |
---|---|---|
committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-04-04 21:05:46 +0000 |
commit | bc03a9792a9187f06f55980ec69e9cfe660ea998 (patch) | |
tree | ed9490ba1d2a7aa8134d0ff3970b4312a4994b43 /llvm/test/DebugInfo/2010-10-01-crash.ll | |
parent | abb1ed695280714c859f197128621380db1aa839 (diff) | |
download | bcm5719-llvm-bc03a9792a9187f06f55980ec69e9cfe660ea998.tar.gz bcm5719-llvm-bc03a9792a9187f06f55980ec69e9cfe660ea998.zip |
Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
never produce a byval parameter with size < 8 bytes.
llvm-svn: 178792
Diffstat (limited to 'llvm/test/DebugInfo/2010-10-01-crash.ll')
-rw-r--r-- | llvm/test/DebugInfo/2010-10-01-crash.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/2010-10-01-crash.ll b/llvm/test/DebugInfo/2010-10-01-crash.ll index e61f63f40d8..c4161b49426 100644 --- a/llvm/test/DebugInfo/2010-10-01-crash.ll +++ b/llvm/test/DebugInfo/2010-10-01-crash.ll @@ -1,4 +1,5 @@ ; RUN: llc -O0 %s -o /dev/null +; XFAIL: hexagon ; PR 8235 define void @CGRectStandardize(i32* sret %agg.result, i32* byval %rect) nounwind ssp { |