llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / Transforms / ObjCARC / contract-storestrong-ivar.ll
index 4ad78e753472dfcd5106f7f58547ce459e5f1a33..4a9b3140f10172f6750066302e2113871f6135cd 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
 
-; CHECK: call void @objc_storeStrong(i8**
+; CHECK: tail call void @objc_storeStrong(i8**
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-apple-darwin11.0.0"