In bemit_binop_with_imm() use in-reg, beacuse some instructions (cmp, test) have...
[libfirm] / scripts / jinja2 / environment.py
index 4a9c9d1..9d43339 100644 (file)
@@ -53,7 +53,7 @@ def create_cache(size):
 def copy_cache(cache):
     """Create an empty copy of the given cache."""
     if cache is None:
-        return Noe
+        return None
     elif type(cache) is dict:
         return {}
     return LRUCache(cache.capacity)