OSDN Git Service

Fix addcarry-crash.ll
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 1 Jun 2017 14:24:31 +0000 (14:24 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 1 Jun 2017 14:24:31 +0000 (14:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304415 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/addcarry-crash.ll

index 25b7f05..ba833e0 100644 (file)
@@ -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 {