diff options
author | Scott Michel <scottm@aero.org> | 2007-03-28 17:04:43 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2007-03-28 17:04:43 +0000 |
commit | 6461bbfc50ebae663349da9a76649e05bf796800 (patch) | |
tree | 3085afd77f658a1b03b4b82274c3ec9dff0b6d07 | |
parent | e9e03f6b7649dc89daba3fb306184fb4e83f759d (diff) |
First test check-in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35429 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/CellSPU/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Target/CellSPU/README.txt b/lib/Target/CellSPU/README.txt new file mode 100644 index 0000000000..cf2a974f8f --- /dev/null +++ b/lib/Target/CellSPU/README.txt @@ -0,0 +1,10 @@ +//===- README.txt - Notes for improving CellSPU-specific code gen ---------===// + +TODO: +* Check in the actual code. + +===-------------------------------------------------------------------------=== + +Note: The CellSPU work is work-in-progress and "alpha" quality code. No code +has been officially checked into the llvm repo, but this will happen Real Soon, +Real Soon Now. |