summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-03 21:54:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-03 21:54:49 +0000
commit25bd0320841785cf4e0cf563f7dc56169197b9e0 (patch)
tree6c7f7c5ade1148ff9bccf3447197257c26e0593f /clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
parenta4e0d1d1776e6c2c4b64d662d29b0897215887b5 (diff)
downloadbcm5719-llvm-25bd0320841785cf4e0cf563f7dc56169197b9e0.tar.gz
bcm5719-llvm-25bd0320841785cf4e0cf563f7dc56169197b9e0.zip
Force triple for codegen tests which have expectations on output
types. llvm-svn: 63669
Diffstat (limited to 'clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c')
-rw-r--r--clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c b/clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
index 007a0c7587f..e0fcc803918 100644
--- a/clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
+++ b/clang/test/CodeGen/rdr-6098585-fallthrough-to-empty-range.c
@@ -1,4 +1,4 @@
-// RUN: clang --emit-llvm-bc -o - %s | opt -std-compile-opts | llvm-dis > %t &&
+// RUN: clang -triple i386-unknown-unknown --emit-llvm-bc -o - %s | opt -std-compile-opts | llvm-dis > %t &&
// RUN: grep "ret i32 %" %t
// Make sure return is not constant (if empty range is skipped or miscompiled)
OpenPOWER on IntegriCloud