]> granicus.if.org Git - clang/commitdiff
[clang] Remove redundant --check-prefix=CHECK from tests
authorMandeep Singh Grang <mgrang@codeaurora.org>
Mon, 24 Oct 2016 18:53:43 +0000 (18:53 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Mon, 24 Oct 2016 18:53:43 +0000 (18:53 +0000)
Reviewers: mkuper, rengolin, hans

Subscribers: cfe-commits

Tags: #clang-c

Differential Revision: https://reviews.llvm.org/D25893

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285001 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-mm-align.c
test/CodeGen/windows-on-arm-stack-probe-size.c

index 7130c74b2905245489e3070e63f0755f551a0793..f3ed49dcd5d68d99356fbdf66bf07b927d26475b 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -target-feature +sse \
 // RUN:         -triple i686--windows -emit-llvm %s -o - \
-// RUN:         | FileCheck %s -check-prefix CHECK
+// RUN:         | FileCheck %s
 
 // intrin.h needs size_t, but -ffreestanding prevents us from getting it from
 // stddef.h.  Work around it with this typedef.
index c072566d7125bcb8b46619e5e823f79fea06cc7a..15bdacd6ee463c78ad91c147d54d09ba3faf8ede 100644 (file)
@@ -5,7 +5,7 @@
 // RUN:     | FileCheck %s -check-prefix CHECK-4096
 
 // RUN: %clang_cc1 -triple thumbv7-windows-itanium -fms-extensions -O2 -emit-llvm %s -o - \
-// RUN:     | FileCheck %s -check-prefix CHECK
+// RUN:     | FileCheck %s
 
 __declspec(dllimport) void initialise(signed char buffer[4096]);