compiler.targets.OR1KTarget: fix typo.

This commit is contained in:
whitequark 2015-08-10 15:47:44 +03:00
parent 75532d10aa
commit 261515dfe5
1 changed files with 1 additions and 1 deletions

View File

@ -157,5 +157,5 @@ class NativeTarget(Target):
class OR1KTarget(Target):
triple = "or1k-linux"
data_layout = "E-m:e-p:32:32-i64:32-f64:32-v64:32-v128:32-a:0:32-n32"
attributes = ["mul", "div", "ffl1", "cmov", "addc"]
features = ["mul", "div", "ffl1", "cmov", "addc"]
print_function = "lognonl"