commit | da99e33ae3d93302a7395f6c2bbe8f69cafc717a | [log] [tgz] |
---|---|---|
author | Mandeep Singh Grang <mgrang@codeaurora.org> | Mon Oct 24 18:57:55 2016 +0000 |
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | Mon Oct 24 18:57:55 2016 +0000 |
tree | f87342059f5d84ca679e3ea3b2f05380a3717386 | |
parent | 16e9b944e927c3d8a8f259306735fea37891ea1e [diff] [blame] |
[llvm] Remove redundant --check-prefix=CHECK from tests Reviewers: MatzeB, mcrosier, rengolin Differential Revision: https://reviews.llvm.org/D25894 llvm-svn: 285003
diff --git a/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll b/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll index 25c4987..453a768 100644 --- a/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll +++ b/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant-expr.ll
@@ -1,4 +1,4 @@ -; RUN: opt -S -simplifycfg < %s | FileCheck %s --check-prefix=CHECK +; RUN: opt -S -simplifycfg < %s | FileCheck %s target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64" target triple = "armv7a--none-eabi"