Subzero: Change the name llvm2ice to the more appropriate pnacl-sz.
Most of this is a mechanical change of 'llvm2ice' to 'pnacl-sz'. This is a convenient naming choice because both strings are the same length which minimizes the need for line length reformatting.
Python variables needed to use pnacl_sz instead, and sometimes pnacl_sz_ .
The IceConverter still uses LLVM2Ice naming, which is actually appropriate there since it actually converts LLVM IR into ICE.
I will rename tests_lit/llvm2ice_tests/ in a separate CL, otherwise this CL will look misleadingly massive and no one will review it.
BUG= none
R=kschimpf@google.com
Review URL: https://codereview.chromium.org/956123002
diff --git a/bloat/README.chromium b/bloat/README.chromium
index 26b7a36..4242842 100644
--- a/bloat/README.chromium
+++ b/bloat/README.chromium
@@ -32,4 +32,4 @@
Local Modifications:
webtreemap.{js,css} are used with no modifications. demo/demo.html
-was used as the basis for llvm2ice.bloat.html.
+was used as the basis for pnacl-sz.bloat.html.
diff --git a/bloat/llvm2ice.bloat.html b/bloat/pnacl-sz.bloat.html
similarity index 96%
rename from bloat/llvm2ice.bloat.html
rename to bloat/pnacl-sz.bloat.html
index b8575ec..2fceee2 100644
--- a/bloat/llvm2ice.bloat.html
+++ b/bloat/pnacl-sz.bloat.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<title>Subzero size breakdown</title>
-<script src='../build/llvm2ice.bloat.json'></script>
+<script src='../build/pnacl-sz.bloat.json'></script>
<link rel='stylesheet' href='webtreemap.css'>
<style>
body {