diff options
author | Stefan Stipanovic <sstipanovic@s-energize.com> | 2019-06-07 14:18:02 +0000 |
---|---|---|
committer | Stefan Stipanovic <sstipanovic@s-energize.com> | 2019-06-07 14:18:02 +0000 |
commit | 128e8e8fb97ca0736971e5ba3660570477e96e9c (patch) | |
tree | 5e4c9a96a3003a2620485ca09d947f88f5dedc89 /llvm/lib | |
parent | 43f8ce44b7c573322d92527e9ebbc690b174ad2d (diff) | |
download | bcm5719-llvm-128e8e8fb97ca0736971e5ba3660570477e96e9c.tar.gz bcm5719-llvm-128e8e8fb97ca0736971e5ba3660570477e96e9c.zip |
test-commit
llvm-svn: 362802
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/IPO/Attributor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp index 2e1bdd667e3..9adf5e702d8 100644 --- a/llvm/lib/Transforms/IPO/Attributor.cpp +++ b/llvm/lib/Transforms/IPO/Attributor.cpp @@ -527,4 +527,3 @@ INITIALIZE_PASS_BEGIN(AttributorLegacyPass, "attributor", "Deduce and propagate attributes", false, false) INITIALIZE_PASS_END(AttributorLegacyPass, "attributor", "Deduce and propagate attributes", false, false) - |