Mark test as requiring x86 backend.

llvm-svn: 143427
This commit is contained in:
Eli Friedman 2011-11-01 03:48:36 +00:00
parent 97ed64081d
commit e1f2ce8fd3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin -Os -S -g -o - %s | FileCheck %s
// REQUIRES: x86-registered-target
int calculate(int);
static void test_indvars(int *Array1, int Array2[100][200]) {