diff options
Diffstat (limited to 'lit/Expr/Inputs/ir-memory-map-overlap1')
-rw-r--r-- | lit/Expr/Inputs/ir-memory-map-overlap1 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lit/Expr/Inputs/ir-memory-map-overlap1 b/lit/Expr/Inputs/ir-memory-map-overlap1 deleted file mode 100644 index 6e842671fba7..000000000000 --- a/lit/Expr/Inputs/ir-memory-map-overlap1 +++ /dev/null @@ -1,10 +0,0 @@ -L1 = malloc 8 16 -L2 = malloc 16 8 -L3 = malloc 64 32 -L4 = malloc 1 8 -L5 = malloc 64 32 -L6 = malloc 64 8 -L7 = malloc 1024 32 -L8 = malloc 1 16 -L9 = malloc 8 16 -L10 = malloc 1024 16 |