mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
temporarily as it is breaking the gdb bots. This reverts commit r167806/e7ff4c14b157746b3e0228d2dce9f70712d1c126. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -371,7 +371,7 @@ namespace llvm {
 | 
			
		||||
 | 
			
		||||
    /// getOrCreateSubrange - Create a descriptor for a value range.  This
 | 
			
		||||
    /// implicitly uniques the values returned.
 | 
			
		||||
    DISubrange getOrCreateSubrange(int64_t Lo, int64_t Hi, uint64_t Count);
 | 
			
		||||
    DISubrange getOrCreateSubrange(int64_t Lo, int64_t Hi);
 | 
			
		||||
 | 
			
		||||
    /// createGlobalVariable - Create a new descriptor for the specified global.
 | 
			
		||||
    /// @param Name        Name of the variable.
 | 
			
		||||
 
 | 
			
		||||
@@ -143,7 +143,6 @@ namespace llvm {
 | 
			
		||||
 | 
			
		||||
    uint64_t getLo() const { return getUInt64Field(1); }
 | 
			
		||||
    uint64_t getHi() const { return getUInt64Field(2); }
 | 
			
		||||
    uint64_t getCount() const { return getUInt64Field(3); }
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  /// DIArray - This descriptor holds an array of descriptors.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user