diff options
Diffstat (limited to 'clang/test/CodeGen/statements.c')
| -rw-r--r-- | clang/test/CodeGen/statements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/statements.c b/clang/test/CodeGen/statements.c index e2bbb5a90a8..5affb9a8351 100644 --- a/clang/test/CodeGen/statements.c +++ b/clang/test/CodeGen/statements.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -Wno-error=return-type %s -emit-llvm-only +// REQUIRES: LP64 void test1(int x) { switch (x) { |

