diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-10-31 17:58:47 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-10-31 17:58:47 +0000 |
commit | a01348fa2a654f7496da7a098a86814862cd261a (patch) | |
tree | 2fe7711906d4565606db32a0cfb3cb805507412c | |
parent | 5528cace0402a57564a4b541dcce755a27737d51 (diff) | |
download | bcm5719-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.ll | 2 |
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 |