aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/operator-new.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGenCXX/operator-new.cpp b/test/CodeGenCXX/operator-new.cpp
index b108d27ab9..df3c114a14 100644
--- a/test/CodeGenCXX/operator-new.cpp
+++ b/test/CodeGenCXX/operator-new.cpp
@@ -23,8 +23,7 @@ void *f2(long N) {
// SANE: call{{.*}}@llvm.umul.with.overflow
// SANE: extractvalue
-// SANE: br i1{{.*}}, label %overflow, label %no_overflow
-
-// SANE: = phi {{.*}} [ {{.*}}, %entry ], [ -1, %overflow ]
+// SANE: br i1
+// SANE: = phi {{.*}} [ {{.*}} ], [ -1,
// SANE: call noalias i8* @_Znaj(
}