[all-commits] [llvm/llvm-project] 3db84f: [X86] Merge (identical) LowerGC_TRANSITION_START a...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jan 5 07:25:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3db84f142af854b714850ec29ce6ca017c07e46c
https://github.com/llvm/llvm-project/commit/3db84f142af854b714850ec29ce6ca017c07e46c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-05 (Sun, 05 Jan 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
[X86] Merge (identical) LowerGC_TRANSITION_START and LowerGC_TRANSITION_END (NFC)
Silences a copy+paste analyzer warning - all they are doing are inserting NOOPs in exactly the same way.
More information about the All-commits
mailing list