From 39bd1f66ebd83185944cf08903d8abf80321c17d Mon Sep 17 00:00:00 2001 From: Karl Schimpf Date: Fri, 2 Aug 2013 13:32:27 -0700 Subject: Remove unnecessary pointer casts on store instructions. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3544 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/21964002 --- include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h index 9b53e08ab8..b83bb0f95b 100644 --- a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h +++ b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h @@ -293,10 +293,7 @@ namespace naclbitc { // 21 is unused. // 22 is unused. FUNC_CODE_INST_VAARG = 23, // Not used in PNaCl. - // This store code encodes the pointer type, rather than the value type - // this is so information only available in the pointer type (e.g. address - // spaces) is retained. - FUNC_CODE_INST_STORE = 24, // STORE: [ptr, val, align, vol] + FUNC_CODE_INST_STORE = 24, // STORE: [ptr, val, align, vol] // 25 is unused. FUNC_CODE_INST_EXTRACTVAL = 26, // Not used in PNaCl. FUNC_CODE_INST_INSERTVAL = 27, // Not used in PNaCl. -- cgit v1.2.3-18-g5258