diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-29 18:56:58 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-29 18:56:58 +0000 |
commit | b9d7f2a3ba3554cd753ddaf32d40002efbccefe8 (patch) | |
tree | a1bbe2e20630977f898041bf85f7bf0f58975264 | |
parent | 0833b812486281fd713da09157e2a946313618b3 (diff) | |
download | bcm5719-llvm-b9d7f2a3ba3554cd753ddaf32d40002efbccefe8.tar.gz bcm5719-llvm-b9d7f2a3ba3554cd753ddaf32d40002efbccefe8.zip |
checkpoint -> implementation. This really needs to just drop the need for
a keyword by having the assembler check for incomplete types and values
upon end-of-file.
llvm-svn: 35474
-rw-r--r-- | llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx b/llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx index a3380a79047..167f674878d 100644 --- a/llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx +++ b/llvm/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx @@ -53,4 +53,4 @@ i32, i32, i32, i32, i32, i32, i32, i32, i32 }*)** null } -checkpoint +implementation |