mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to include/llvm/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
				
			|||||||
#ifndef CRSBUILDER_H_
 | 
					#ifndef CRSBUILDER_H_
 | 
				
			||||||
#define CRSBUILDER_H_
 | 
					#define CRSBUILDER_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "llvm/ConstantRangesSet.h"
 | 
					#include "llvm/Support/ConstantRangesSet.h"
 | 
				
			||||||
#include <list>
 | 
					#include <list>
 | 
				
			||||||
#include <map>
 | 
					#include <map>
 | 
				
			||||||
#include <vector>
 | 
					#include <vector>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user