From d0285a31c85a9931ee0d9cbb8486f313dc21ada9 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 18 Dec 2023 11:02:44 -0500 Subject: [PATCH] aarch64: fix testcase (#75723) Add missing < %s to RUN line. --- .../CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll index 96f2f63d703c..e1303285ee6b 100644 --- a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll +++ b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll @@ -1,4 +1,4 @@ -; RUN: llc --stop-after=finalize-isel -o - | FileCheck %s +; RUN: llc < %s --stop-after=finalize-isel -o - | FileCheck %s target triple = "aarch64-linux" ; Check dynamic stack allocation and probing instructions do not have