mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Use ANSI symbols
This commit is contained in:
parent
fd653528e9
commit
28a5714a8e
8
ir.c
8
ir.c
@ -5,13 +5,13 @@
|
||||
* Authors: Dmitry Stogov <dmitry@php.net>
|
||||
*
|
||||
* The logical IR representation is based on Cliff Click's Sea of Nodes.
|
||||
* See: C. Click, M. Paleczny. “A Simple Graph-Based Intermediate
|
||||
* Representation” In ACM SIGPLAN Workshop on Intermediate Representations
|
||||
* See: C. Click, M. Paleczny. "A Simple Graph-Based Intermediate
|
||||
* Representation" In ACM SIGPLAN Workshop on Intermediate Representations
|
||||
* (IR '95), pages 35-49, Jan. 1995.
|
||||
*
|
||||
* The phisical IR representation is based on Mike Pall's LuaJIT IR.
|
||||
* See: M. Pall. “LuaJIT 2.0 intellectual property disclosure and research
|
||||
* opportunities” November 2009 http://lua-users.org/lists/lua-l/2009-11/msg00089.html
|
||||
* See: M. Pall. "LuaJIT 2.0 intellectual property disclosure and research
|
||||
* opportunities" November 2009 http://lua-users.org/lists/lua-l/2009-11/msg00089.html
|
||||
*/
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
|
2
ir_gcm.c
2
ir_gcm.c
@ -5,7 +5,7 @@
|
||||
* Authors: Dmitry Stogov <dmitry@php.net>
|
||||
*
|
||||
* The GCM algorithm is based on Cliff Click's publication
|
||||
* See: C. Click. "Global code motion, global value numbering" Submitted to PLDI‘95.
|
||||
* See: C. Click. "Global code motion, global value numbering" Submitted to PLDI'95.
|
||||
*/
|
||||
|
||||
#include "ir.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user