-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[examples] Move loop unroller passes into anonymous namespace.
This appears to be the way that the LLVM sources structure their passes, with the implementation in an anonymous namespace and the INITIALIZE_PASS_xxx macros in no namespace. Fixes #509.
- Loading branch information
1 parent
398b39f
commit 95b6e0f
Showing
1 changed file
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters