summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2018-10-31 17:58:47 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2018-10-31 17:58:47 +0000
commita01348fa2a654f7496da7a098a86814862cd261a (patch)
tree2fe7711906d4565606db32a0cfb3cb805507412c
parent5528cace0402a57564a4b541dcce755a27737d51 (diff)
downloadbcm5719-llvm-a01348fa2a654f7496da7a098a86814862cd261a.tar.gz
bcm5719-llvm-a01348fa2a654f7496da7a098a86814862cd261a.zip
[globalisel][irtranslator] Fix test from r345743 on non-asserts builds.
llvm-svn: 345754
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
index c6e47a3b05f..63c5eecd8b9 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
@@ -1,6 +1,8 @@
; RUN: llc -O0 -mtriple=aarch64-apple-ios -global-isel -debug-only=irtranslator \
; RUN: -stop-after=irtranslator %s -o - 2>&1 | FileCheck %s
+; REQUIRES: asserts
+
; CHECK: Checking DILocation from %retval = alloca i32, align 4 was copied to G_FRAME_INDEX
; CHECK: Checking DILocation from %rv = alloca i32, align 4 was copied to G_FRAME_INDEX
; CHECK: Checking DILocation from store i32 0, i32* %retval, align 4 was copied to G_CONSTANT
OpenPOWER on IntegriCloud