mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-24 08:18:33 +00:00
Add some cautionary comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66080 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -260,7 +260,9 @@ let Properties = [IntrNoMem] in {
|
|||||||
//===------------------------ Debugger Intrinsics -------------------------===//
|
//===------------------------ Debugger Intrinsics -------------------------===//
|
||||||
//
|
//
|
||||||
|
|
||||||
// None of these intrinsics accesses memory at all.
|
// None of these intrinsics accesses memory at all...but that doesn't mean the
|
||||||
|
// optimizers can change them aggressively. Special handling needed in a few
|
||||||
|
// places.
|
||||||
let Properties = [IntrNoMem] in {
|
let Properties = [IntrNoMem] in {
|
||||||
def int_dbg_stoppoint : Intrinsic<[llvm_void_ty],
|
def int_dbg_stoppoint : Intrinsic<[llvm_void_ty],
|
||||||
[llvm_i32_ty, llvm_i32_ty,
|
[llvm_i32_ty, llvm_i32_ty,
|
||||||
|
|||||||
Reference in New Issue
Block a user