Changeset 228402 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Feb 12, 2018, 3:43:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r227929 r228402 1 # Copyright (C) 2012-201 7Apple Inc. All rights reserved.1 # Copyright (C) 2012-2018 Apple Inc. All rights reserved. 2 2 # 3 3 # Redistribution and use in source and binary forms, with or without … … 568 568 569 569 def lowerC_LOOP 570 $asm.codeOrigin codeOriginString if $enableCodeOriginComments571 $asm.annotation annotation if $enableInstrAnnotations && (opcode != "cloopDo")572 573 570 case opcode 574 571 when "addi" … … 1166 1163 end 1167 1164 end 1168 end 1165 1166 def recordMetaDataC_LOOP 1167 $asm.codeOrigin codeOriginString if $enableCodeOriginComments 1168 $asm.annotation annotation if $enableInstrAnnotations && (opcode != "cloopDo") 1169 $asm.debugAnnotation codeOrigin.debugDirective if $enableDebugAnnotations 1170 end 1171 end
Note:
See TracChangeset
for help on using the changeset viewer.