summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2010-10-01-crash.ll
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-04-04 21:05:46 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-04-04 21:05:46 +0000
commitbc03a9792a9187f06f55980ec69e9cfe660ea998 (patch)
treeed9490ba1d2a7aa8134d0ff3970b4312a4994b43 /llvm/test/DebugInfo/2010-10-01-crash.ll
parentabb1ed695280714c859f197128621380db1aa839 (diff)
downloadbcm5719-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.ll1
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 {
OpenPOWER on IntegriCloud