diff options
Diffstat (limited to 'src/rustc/lib')
| -rw-r--r-- | src/rustc/lib/llvm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/lib/llvm.rs b/src/rustc/lib/llvm.rs index 23566e59cf9..a6d82e14ea5 100644 --- a/src/rustc/lib/llvm.rs +++ b/src/rustc/lib/llvm.rs @@ -165,6 +165,7 @@ impl TypeKind : cmp::Eq { (X86_MMX, _) => false, } } + pure fn ne(&&other: TypeKind) -> bool { !self.eq(other) } } enum AtomicBinOp { |
