Skip to content
Snippets Groups Projects
Commit b0e81a75 authored by Renato Golin's avatar Renato Golin
Browse files

Fix pr19841.cpp on release mode

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209666 91177308-0d34-0410-b5e6-96231b3b80d8
parent ef94a4b2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ A::A() {
? b
: _highlightColorTableVGA;
// Make sure the PHI value is casted correctly to the PHI type
// CHECK: %cond-lvalue = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %cond.true ], [ %_highlightColorTableVGA, %cond.false ]
// CHECK: %{{.*}} = phi [0 x i8]* [ bitcast ([1 x i8]* @_ZN6Common1A1bE to [0 x i8]*), %cond.true ], [ %{{.*}}, %cond.false ]
}
const unsigned char A::b[] = { 0 };
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment