From: Daniel Sanders Date: Wed, 31 Oct 2018 17:58:47 +0000 (+0000) Subject: [globalisel][irtranslator] Fix test from r345743 on non-asserts builds. X-Git-Tag: llvmorg-8.0.0-rc1~5332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a01348fa2a654f7496da7a098a86814862cd261a;p=platform%2Fupstream%2Fllvm.git [globalisel][irtranslator] Fix test from r345743 on non-asserts builds. llvm-svn: 345754 --- diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll b/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll index c6e47a3b05fd..63c5eecd8b9a 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