Selaa lähdekoodia

Remove some lines that are nonportable to Ocaml 3.06.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45451 91177308-0d34-0410-b5e6-96231b3b80d8
Gordon Henriksen 17 vuotta sitten
vanhempi
commit
309298955a

+ 0 - 1
bindings/ocaml/bitreader/bitreader_ocaml.c

@@ -37,7 +37,6 @@ static void llvm_raise(value Prototype, char *Message) {
   
   raise_with_arg(Prototype, CamlMessage);
   abort(); /* NOTREACHED */
-  CAMLnoreturn;
 }
 
 

+ 0 - 1
bindings/ocaml/executionengine/executionengine_ocaml.c

@@ -43,7 +43,6 @@ static void llvm_raise(value Prototype, char *Message) {
   
   raise_with_arg(Prototype, CamlMessage);
   abort(); /* NOTREACHED */
-  CAMLnoreturn;
 }
 
 

+ 0 - 1
bindings/ocaml/llvm/llvm_ocaml.c

@@ -45,7 +45,6 @@ static void llvm_raise(value Prototype, char *Message) {
   
   raise_with_arg(Prototype, CamlMessage);
   abort(); /* NOTREACHED */
-  CAMLnoreturn;
 }