aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-09-18 23:54:43 +0000
committerHans Wennborg <hans@hanshq.net>2017-09-18 23:54:43 +0000
commitbae0d2001534b81fcbfa4e223b5f1cad8b8285bf (patch)
tree6e434b54bc0901d17821d7656f463129fd0c6ef1 /debuginfo-tests
parent4265d16d455273fe13e8ad94b20d2535e767538e (diff)
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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/debuginfo-tests/nrvo-string.cpp b/debuginfo-tests/nrvo-string.cpp
index 18acebb0e6dd..4660ec2200ca 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