]> granicus.if.org Git - llvm/commitdiff
[AArch64] Remove mcpu option as this test is not target specific. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Thu, 5 Jan 2017 15:05:03 +0000 (15:05 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Thu, 5 Jan 2017 15:05:03 +0000 (15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291117 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/CostModel/AArch64/gep.ll

index 03a4484a70ed6a8b5fa34e1717d98d28f084a8ad..08bfc3d212387fd6dec2ffb1b1676d7d819d1f30 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -cost-model -analyze -mtriple=aarch64--linux-gnu -mcpu=kryo < %s | FileCheck %s
+; RUN: opt -cost-model -analyze -mtriple=aarch64--linux-gnu < %s | FileCheck %s
 
 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
 target triple = "aarch64--linux-gnu"