[llvm] r236928 - llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
NAKAMURA Takumi
geek4civic at gmail.com
Fri May 8 22:59:01 PDT 2015
Author: chapuni
Date: Sat May 9 00:59:00 2015
New Revision: 236928
URL: http://llvm.org/viewvc/llvm-project?rev=236928&view=rev
Log:
llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
Modified:
llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll
Modified: llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll?rev=236928&r1=236927&r2=236928&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll Sat May 9 00:59:00 2015
@@ -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"
More information about the llvm-commits
mailing list