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.