It has the name reversed (LLVMAddDemoteMemoryToRegisterPass).
The ocaml bindings still have it reversed: llvm_add_memory_to_register_demotion.
Paths
| Differential D1716
request for approval to commit: llvm-c: Fix name of LLVMAddDemoteRegisterToMemoryPass function. Needs ReviewPublic Authored by wanders on Sep 18 2013, 12:16 PM. This revision needs review, but there are no reviewers specified.
Details
Summary It has the name reversed (LLVMAddDemoteMemoryToRegisterPass). The ocaml bindings still have it reversed: llvm_add_memory_to_register_demotion.
Diff Detail Event TimelineComment Actions Hi, what is this pass being used for? I noticed that the utility functions are still used for sjlj lowering, but otherwise it looked dead in trunk. This revision now requires review to proceed.Jun 10 2014, 4:53 AM
Revision Contents
Diff 4374 bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
include/llvm-c/Transforms/Scalar.h
lib/Transforms/Scalar/Scalar.cpp
|