diff options
Diffstat (limited to 'llvm/test/FrontendC/2008-11-08-InstCombineSelect.c')
| -rw-r--r-- | llvm/test/FrontendC/2008-11-08-InstCombineSelect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2008-11-08-InstCombineSelect.c b/llvm/test/FrontendC/2008-11-08-InstCombineSelect.c index 70c8d3a2248..b850d3ff6f2 100644 --- a/llvm/test/FrontendC/2008-11-08-InstCombineSelect.c +++ b/llvm/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; |

