mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	This debugging hook is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -89,7 +89,6 @@ const Type *BytecodeParser::parseTypeConstant(const unsigned char *&Buf, | |||||||
| // something and when we reread the type later, we can replace the opaque type | // something and when we reread the type later, we can replace the opaque type | ||||||
| // with a new resolved concrete type. | // with a new resolved concrete type. | ||||||
| // | // | ||||||
| namespace llvm { void debug_type_tables(); } |  | ||||||
| void BytecodeParser::parseTypeConstants(const unsigned char *&Buf, | void BytecodeParser::parseTypeConstants(const unsigned char *&Buf, | ||||||
|                                         const unsigned char *EndBuf, |                                         const unsigned char *EndBuf, | ||||||
| 					TypeValuesListTy &Tab, | 					TypeValuesListTy &Tab, | ||||||
| @@ -129,7 +128,6 @@ void BytecodeParser::parseTypeConstants(const unsigned char *&Buf, | |||||||
|   for (unsigned i = 0; i < NumEntries; ++i) { |   for (unsigned i = 0; i < NumEntries; ++i) { | ||||||
|     BCR_TRACE(5, (void*)Tab[i].get() << " - " << Tab[i].get() << "\n"); |     BCR_TRACE(5, (void*)Tab[i].get() << " - " << Tab[i].get() << "\n"); | ||||||
|   } |   } | ||||||
|   debug_type_tables(); |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user