mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 19:29:53 +00:00
fix a bug I introduced back in the hayday of version #2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6af80d11d
commit
209b257c68
@ -9,7 +9,7 @@
|
||||
//
|
||||
// This file contains the declarations of classes that represent "derived
|
||||
// types". These are things like "arrays of x" or "structure of x, y, z" or
|
||||
// "method returning x taking (y,z) as parameters", etc...
|
||||
// "function returning x taking (y,z) as parameters", etc...
|
||||
//
|
||||
// The implementations of these classes live in the Type.cpp file.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user