summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/bitfield.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-04 14:58:42 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-04 14:58:42 +0000
commit5230dbe8faa9d5d291b07b9def438e56ed416009 (patch)
treebd7d6abb97af335dc2afe5b561352034e232e8ec /test/CodeGenCXX/bitfield.cpp
parentda53e298505f6ea90ad8751a4395b95fd9eeea6c (diff)
Remove more unused uses of -verify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/bitfield.cpp')
-rw-r--r--test/CodeGenCXX/bitfield.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/bitfield.cpp b/test/CodeGenCXX/bitfield.cpp
index 1814aa2d53..c224afac46 100644
--- a/test/CodeGenCXX/bitfield.cpp
+++ b/test/CodeGenCXX/bitfield.cpp
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-unknown -verify -emit-llvm -o - %s \
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s \
// RUN: | FileCheck -check-prefix=CHECK-X86-64 %s
-// RUN: %clang_cc1 -triple powerpc64-unknown-unknown -verify -emit-llvm -o - %s \
+// RUN: %clang_cc1 -triple powerpc64-unknown-unknown -emit-llvm -o - %s \
// RUN: | FileCheck -check-prefix=CHECK-PPC64 %s
//
// Tests for bitfield access patterns in C++ with special attention to