diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-16 20:00:02 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-16 20:00:02 +0000 |
| commit | 11aaaeebe0c7823d2b541504e83ebfb364bbebf2 (patch) | |
| tree | 214fcfd013a35d3dace4ef8a929cb5a0964d7591 /llvm/test/Feature | |
| parent | d20816fde95cb3c2467ef726790c06e8009a2653 (diff) | |
| download | bcm5719-llvm-11aaaeebe0c7823d2b541504e83ebfb364bbebf2.tar.gz bcm5719-llvm-11aaaeebe0c7823d2b541504e83ebfb364bbebf2.zip | |
Delete -std-compile-opts.
These days -std-compile-opts was just a silly alias for -O3.
llvm-svn: 219951
Diffstat (limited to 'llvm/test/Feature')
| -rw-r--r-- | llvm/test/Feature/weak_constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/weak_constant.ll b/llvm/test/Feature/weak_constant.ll index fba7f12e1de..d331bf59e83 100644 --- a/llvm/test/Feature/weak_constant.ll +++ b/llvm/test/Feature/weak_constant.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -std-compile-opts -S > %t +; RUN: opt < %s -O3 -S > %t ; RUN: grep undef %t | count 1 ; RUN: grep 5 %t | count 1 ; RUN: grep 7 %t | count 1 |

