diff options
Diffstat (limited to 'test/FrontendC/2008-11-08-InstCombineSelect.c')
-rw-r--r-- | test/FrontendC/2008-11-08-InstCombineSelect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2008-11-08-InstCombineSelect.c b/test/FrontendC/2008-11-08-InstCombineSelect.c index 70c8d3a..b850d3f 100644 --- a/test/FrontendC/2008-11-08-InstCombineSelect.c +++ b/test/FrontendC/2008-11-08-InstCombineSelect.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -emit-llvm -O2 -o - +// RUN: %llvmgcc %s -S -O2 -o - // PR3028 int g_187; |