aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-29 18:56:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-29 18:56:58 +0000
commitcb2df95c88f6bb819e8a3d9f9598c687cdf334a1 (patch)
tree046a53b742297521e337bfbc4297f68041fe7523
parent3025dfd5b55fb84e30b5934be4a9f0558b4689c5 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35474 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Assembler/2003-12-30-TypeMapInvalidMemory.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx b/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx
index a3380a7904..167f674878 100644
--- a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx
+++ b/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx
@@ -53,4 +53,4 @@
i32, i32, i32, i32, i32, i32, i32, i32, i32 }*)** null
}
-checkpoint
+implementation