diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-09-18 23:54:43 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-09-18 23:54:43 +0000 |
commit | bae0d2001534b81fcbfa4e223b5f1cad8b8285bf (patch) | |
tree | 6e434b54bc0901d17821d7656f463129fd0c6ef1 /debuginfo-tests | |
parent | 4265d16d455273fe13e8ad94b20d2535e767538e (diff) | |
download | bcm5719-llvm-bae0d2001534b81fcbfa4e223b5f1cad8b8285bf.tar.gz bcm5719-llvm-bae0d2001534b81fcbfa4e223b5f1cad8b8285bf.zip |
Drop -O1 case from nrvo-string.cpp
It relied on r313400 which was reverted in r313589.
llvm-svn: 313600
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/nrvo-string.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debuginfo-tests/nrvo-string.cpp b/debuginfo-tests/nrvo-string.cpp index 18acebb0e6d..4660ec2200c 100644 --- a/debuginfo-tests/nrvo-string.cpp +++ b/debuginfo-tests/nrvo-string.cpp @@ -3,8 +3,6 @@ // // RUN: %clangxx -O0 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g // RUN: %test_debuginfo %s %t.out -// RUN: %clangxx -O1 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g -// RUN: %test_debuginfo %s %t.out // // PR34513 |