diff options
author | Diego Novillo <dnovillo@google.com> | 2017-11-08 12:40:02 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2017-11-08 14:03:08 -0500 |
commit | d2938e48427cb6e8d5996712c23496d62e3c08d1 (patch) | |
tree | f3d683cf92c471dfa3ad308ac013bbc1671a8723 /source/opt/instruction_list.cpp | |
parent | f32d11f74b75eb7660375ab295fb9c150c429948 (diff) | |
download | SPIRV-Tools-d2938e48427cb6e8d5996712c23496d62e3c08d1.tar.gz SPIRV-Tools-d2938e48427cb6e8d5996712c23496d62e3c08d1.tar.bz2 SPIRV-Tools-d2938e48427cb6e8d5996712c23496d62e3c08d1.zip |
Re-format files in source, source/opt, source/util, source/val and tools.
NFC. This just makes sure every file is formatted following the
formatting definition in .clang-format.
Re-formatted with:
$ clang-format -i $(find source tools include -name '*.cpp')
$ clang-format -i $(find source tools include -name '*.h')
Diffstat (limited to 'source/opt/instruction_list.cpp')
-rw-r--r-- | source/opt/instruction_list.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/opt/instruction_list.cpp b/source/opt/instruction_list.cpp index 904a0b32..d8ddb84e 100644 --- a/source/opt/instruction_list.cpp +++ b/source/opt/instruction_list.cpp @@ -17,7 +17,6 @@ namespace spvtools { namespace ir { - InstructionList::iterator InstructionList::iterator::InsertBefore( std::vector<std::unique_ptr<Instruction>>&& list) { Instruction* first_node = list.front().get(); |