mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -62,7 +62,7 @@ static std::string computeDataLayout(const Triple &TT, StringRef CPU, | |||||||
|   if (!ABI.IsN64()) |   if (!ABI.IsN64()) | ||||||
|     Ret += "-p:32:32"; |     Ret += "-p:32:32"; | ||||||
|  |  | ||||||
|   // 8 and 16 bit integers only need no have natural alignment, but try to |   // 8 and 16 bit integers only need to have natural alignment, but try to | ||||||
|   // align them to 32 bits. 64 bit integers have natural alignment. |   // align them to 32 bits. 64 bit integers have natural alignment. | ||||||
|   Ret += "-i8:8:32-i16:16:32-i64:64"; |   Ret += "-i8:8:32-i16:16:32-i64:64"; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user