1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix addcarry-crash.ll

llvm-svn: 304415
This commit is contained in:
Amaury Sechet 2017-06-01 14:24:31 +00:00
parent d717350942
commit d3b4e0f039

View 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 {