From: Chris Lattner Date: Tue, 20 Jul 2010 21:34:36 +0000 (+0000) Subject: don't demand names to be on IR. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c11787fc247ec49f7c651be4b2c1be096cf4970a;p=clang don't demand names to be on IR. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108937 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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( }