From 31e094b55d95a2ff61d88960543a279733dcb951 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 9 May 2015 05:59:00 +0000 Subject: [PATCH] llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236928 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/tailcall_misched_graph.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/tailcall_misched_graph.ll b/test/CodeGen/AArch64/tailcall_misched_graph.ll index 57f96874c0d..343ffab57e3 100644 --- a/test/CodeGen/AArch64/tailcall_misched_graph.ll +++ b/test/CodeGen/AArch64/tailcall_misched_graph.ll @@ -1,6 +1,6 @@ ; RUN: llc -mcpu=cyclone -debug-only=misched < %s 2>&1 | FileCheck %s -; REQUIRE: asserts +; REQUIRES: asserts target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128" target triple = "arm64-apple-ios7.0.0" -- 2.34.1