C++: Remove accidental add of IR.md

This commit is contained in:
Dave Bartolomeo
2018-09-19 14:26:17 -07:00
parent 43f0289f0f
commit bd156757d3

View File

@@ -1,7 +0,0 @@
# The C/C++ Intermediate Representation
## Introduction
The Intermediate Representation (IR) library provides a representation of the semantics of the program, independent of the syntax used to express those semantics. The IR is similar in design to representations used in optimizing compilers, such as LLVM IR.
## Memory Access