[llvm] r179971 - [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll.

Michael Gottesman mgottesman at apple.com
Sat Apr 20 18:42:24 PDT 2013


Author: mgottesman
Date: Sat Apr 20 20:42:24 2013
New Revision: 179971

URL: http://llvm.org/viewvc/llvm-project?rev=179971&view=rev
Log:
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll.

Added:
    llvm/trunk/test/Transforms/ObjCARC/intrinsic-use-isolated.ll
      - copied, changed from r179968, llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll
Removed:
    llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll

Removed: llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll?rev=179970&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll (original)
+++ llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll (removed)
@@ -1,16 +0,0 @@
-; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
-
-; This file makes sure that clang.arc.used is removed even if no other ARC
-; interesting calls are in the module.
-
-declare void @clang.arc.use(...) nounwind
-
-; Kill calls to @clang.arc.use(...)
-; CHECK: define void @test0(
-; CHECK-NOT: clang.arc.use
-; CHECK: }
-define void @test0(i8* %a, i8* %b) {
-  call void (...)* @clang.arc.use(i8* %a, i8* %b) nounwind
-  ret void
-}
-

Copied: llvm/trunk/test/Transforms/ObjCARC/intrinsic-use-isolated.ll (from r179968, llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ObjCARC/intrinsic-use-isolated.ll?p2=llvm/trunk/test/Transforms/ObjCARC/intrinsic-use-isolated.ll&p1=llvm/trunk/test/Transforms/ObjCARC/clang-arc-used-intrinsic-removed-if-isolated.ll&r1=179968&r2=179971&rev=179971&view=diff
==============================================================================
    (empty)





More information about the llvm-commits mailing list