mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Fix: Some classes were derived from a class in an anonymous namespace, but they
themselves weren't in the anonymous namespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
521e245288
commit
ac17822206
@ -454,6 +454,7 @@ static bool IsOnlyUsedInZeroEqualityComparison(Value *V) {
|
||||
// Miscellaneous LibCall Optimizations
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
namespace {
|
||||
//===---------------------------------------===//
|
||||
// 'exit' Optimizations
|
||||
|
||||
@ -1236,6 +1237,7 @@ struct VISIBILITY_HIDDEN FPrintFOpt : public LibCallOptimization {
|
||||
}
|
||||
};
|
||||
|
||||
} // end anonymous namespace.
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// SimplifyLibCalls Pass Implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user