Skip to content

Commit

Permalink
Rename Passes2.cpp to Passes.cpp
Browse files Browse the repository at this point in the history
The original Passes.cpp is dead so Passes2 gets promoted
  • Loading branch information
brson committed Jul 17, 2011
1 parent 13f5de0 commit c18127b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/rustllvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# rustc LLVM-extensions (C++) library variables and rules
######################################################################

RUSTLLVM_LIB_CS := $(addprefix rustllvm/, Passes2.cpp)
RUSTLLVM_LIB_CS := $(addprefix rustllvm/, Passes.cpp)

RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)

Expand Down
File renamed without changes.

0 comments on commit c18127b

Please sign in to comment.