This is an archive of the discontinued LLVM Phabricator instance.

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

Reviewers
None
Summary

It has the name reversed (LLVMAddDemoteMemoryToRegisterPass).

The ocaml bindings still have it reversed: llvm_add_memory_to_register_demotion.

Diff Detail

Event Timeline

echristo accepted this revision.Sep 18 2013, 1:31 PM

LGTM. Be careful when you submit as you might break things.

Were you ever going to commit this?

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
echristo resigned from this revision.May 26 2016, 12:42 PM
echristo removed a reviewer: echristo.