projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac88cc5
)
save
author
Peizhao Ou
<peizhaoo@uci.edu>
Sat, 22 Mar 2014 01:31:15 +0000
(18:31 -0700)
committer
Peizhao Ou
<peizhaoo@uci.edu>
Sat, 22 Mar 2014 01:31:15 +0000
(18:31 -0700)
benchmark/cliffc-hashtable/cliffc_hashtable.h
patch
|
blob
|
history
diff --git
a/benchmark/cliffc-hashtable/cliffc_hashtable.h
b/benchmark/cliffc-hashtable/cliffc_hashtable.h
index
fb50583
..
23ba7ae
100644
(file)
--- a/
benchmark/cliffc-hashtable/cliffc_hashtable.h
+++ b/
benchmark/cliffc-hashtable/cliffc_hashtable.h
@@
-426,7
+426,7
@@
friend class CHM;
@Action:
void *_Old_Val = spec_table_get(map, key);
@Post_check:
- equals_val(_Old_Val, __RET__)
+
__RET__ == NULL ? true :
equals_val(_Old_Val, __RET__)
@End
*/
TypeV* get(TypeK *key) {