Accomodate front-ends which use private instead of internal here.

llvm-svn: 132575
This commit is contained in:
Bill Wendling 2011-06-03 19:21:05 +00:00
parent 2d45a18c24
commit b96ea46c7c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ int TestCaller_countTestCases(TestCaller* self) {
return self->numberOfFixtuers;
}
// CHECK: @_ZZ14TestCaller_runP12__TestCallerP12__TestResultE3C.0 = internal unnamed_addr constant
// CHECK: @_ZZ14TestCaller_runP12__TestCallerP12__TestResultE3C.0 = {{internal|private}} unnamed_addr constant
// CHECK-NOT: @TestCaseImplement = external unnamed_addr constant %struct.TestImplement
// CHECK: @TestCaseImplement = external constant %struct.TestImplement
const TestImplement TestCallerImplement = {