summaryrefslogtreecommitdiff
path: root/test/CodeGen/powerpc_types.c
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
commitb990fbcb0fd1b9402d53f4d9767e9f4dd193a812 (patch)
treef3d40f53576eab72fa5f93b072735927af37c4b4 /test/CodeGen/powerpc_types.c
parent19ef24a38bfbbc9ef61ad6cb7cc73f7773251d73 (diff)
downloadclang-b990fbcb0fd1b9402d53f4d9767e9f4dd193a812.tar.gz
Remove some incorrect test suppressions
These don't actually require any registered backend to run. This commit tests the water with a handful of fixes for what is a more widespread problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/powerpc_types.c')
-rw-r--r--test/CodeGen/powerpc_types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/powerpc_types.c b/test/CodeGen/powerpc_types.c
index 8b2b156042..b7d0f5de49 100644
--- a/test/CodeGen/powerpc_types.c
+++ b/test/CodeGen/powerpc_types.c
@@ -1,4 +1,3 @@
-// REQUIRES: powerpc-registered-target
// RUN: %clang_cc1 -triple powerpc-unknown-freebsd -emit-llvm -o - %s| FileCheck -check-prefix=SVR4-CHECK %s
#include <stdarg.h>