Fix addcarry-crash.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Amaury Sechet 2017-06-01 14:24:31 +00:00
parent 55de5ee8fe
commit 1099dcc29d

View File

@ -1,4 +1,4 @@
; RUN: llc < %s | FileCheck ; RUN: llc < %s | FileCheck %s
target triple = "arm64-apple-ios7.0" target triple = "arm64-apple-ios7.0"
define i64 @foo(i64* nocapture readonly %ptr, i64 %a, i64 %b, i64 %c) local_unnamed_addr #0 { define i64 @foo(i64* nocapture readonly %ptr, i64 %a, i64 %b, i64 %c) local_unnamed_addr #0 {