[PATCH] D17866: Swift Calling Convention: add swiftself attribute

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 18:22:15 PDT 2016


MatzeB added inline comments.

================
Comment at: llvm/trunk/test/CodeGen/AArch64/swiftself.ll:1-2
@@ +1,3 @@
+; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-apple-ios | FileCheck --check-prefix=CHECK-APPLE %s
+; RUN: llc -O0 -verify-machineinstrs < %s -mtriple=aarch64-apple-ios | FileCheck --check-prefix=CHECK-O0 %s
+
----------------
CHECK-APPLE and CHECK-O0 appear to be checking the same why not just use CHECK? The same situations applies to the other tests.


Repository:
  rL LLVM

http://reviews.llvm.org/D17866





More information about the llvm-commits mailing list