From d3b4e0f0396f776404d0228965b0933e253eac8b Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Thu, 1 Jun 2017 14:24:31 +0000 Subject: [PATCH] Fix addcarry-crash.ll llvm-svn: 304415 --- test/CodeGen/AArch64/addcarry-crash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/addcarry-crash.ll b/test/CodeGen/AArch64/addcarry-crash.ll index 25b7f05444f..ba833e0b587 100644 --- a/test/CodeGen/AArch64/addcarry-crash.ll +++ b/test/CodeGen/AArch64/addcarry-crash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck +; RUN: llc < %s | FileCheck %s target triple = "arm64-apple-ios7.0" define i64 @foo(i64* nocapture readonly %ptr, i64 %a, i64 %b, i64 %c) local_unnamed_addr #0 {