From f75c320ceb350106b018a277bf65b3f58c02d6df Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 24 Feb 2021 16:17:01 -0500 Subject: Document HLIL scoping options and dead store elimination --- docs/img/dead-store-after.png | Bin 0 -> 27977 bytes docs/img/dead-store-example.png | Bin 0 -> 35415 bytes docs/img/dead-store-menu.png | Bin 0 -> 166633 bytes docs/img/hlil-braces.png | Bin 0 -> 303084 bytes docs/img/hlil-scope.png | Bin 0 -> 25489 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/img/dead-store-after.png create mode 100644 docs/img/dead-store-example.png create mode 100644 docs/img/dead-store-menu.png create mode 100644 docs/img/hlil-braces.png create mode 100644 docs/img/hlil-scope.png (limited to 'docs/img') diff --git a/docs/img/dead-store-after.png b/docs/img/dead-store-after.png new file mode 100644 index 00000000..24047d08 Binary files /dev/null and b/docs/img/dead-store-after.png differ diff --git a/docs/img/dead-store-example.png b/docs/img/dead-store-example.png new file mode 100644 index 00000000..2f5a5159 Binary files /dev/null and b/docs/img/dead-store-example.png differ diff --git a/docs/img/dead-store-menu.png b/docs/img/dead-store-menu.png new file mode 100644 index 00000000..71a1a48c Binary files /dev/null and b/docs/img/dead-store-menu.png differ diff --git a/docs/img/hlil-braces.png b/docs/img/hlil-braces.png new file mode 100644 index 00000000..74fbaaca Binary files /dev/null and b/docs/img/hlil-braces.png differ diff --git a/docs/img/hlil-scope.png b/docs/img/hlil-scope.png new file mode 100644 index 00000000..d16393a1 Binary files /dev/null and b/docs/img/hlil-scope.png differ -- cgit v1.3.1