Fix pr19841, bb are also unnamed

llvm-svn: 209668
This commit is contained in:
Renato Golin 2014-05-27 17:01:21 +00:00
parent e8d6a1e82f
commit a627a103d0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ A::A() {
? b
: _highlightColorTableVGA;
// Make sure the PHI value is casted correctly to the PHI type
// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %cond.true ], [ %{{.*}}, %cond.false ]
// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %{{.*}} ], [ %{{.*}}, %{{.*}} ]
}
const unsigned char A::b[] = { 0 };
}