about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-12 14:18:00 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-13 11:05:59 -0800
commitbb1e79768cbee1d532ade39d72c2c51b99e14e3b (patch)
treef0979c85f81faed4316057f357ce401dab605e55 /src/comp/lib
parent8685a1f7c49292c88eb5c4f76118b1d241303a0a (diff)
downloadrust-bb1e79768cbee1d532ade39d72c2c51b99e14e3b.tar.gz
rust-bb1e79768cbee1d532ade39d72c2c51b99e14e3b.zip
llvm: Switch back to LLVM trunk
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index e3d36e4ed5c..700a3132943 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -278,7 +278,7 @@ native mod llvm {
     fn LLVMMDNodeInContext(C: ContextRef, Vals: *ValueRef, Count: uint) ->
        ValueRef;
     fn LLVMMDNode(Vals: *ValueRef, Count: uint) -> ValueRef;
-    fn LLVMAddNamedMetadataOperand(M: ModuleRef, Str: sbuf, SLen: uint,
+    fn LLVMAddNamedMetadataOperand(M: ModuleRef, Str: sbuf,
                                    Val: ValueRef);
 
     /* Operations on scalar constants */