diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll b/llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll index 57f96874c0d..343ffab57e3 100644 --- a/llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll +++ b/llvm/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" |