Skip to content

Commit 6fec83f

Browse files
author
git apple-llvm automerger
committed
Merge commit '2aa885662d28' from apple/master into swift/master-next
2 parents c7bfb39 + 2aa8856 commit 6fec83f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/unittests/Transforms/Utils/VFABIUtils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ TEST_F(VFABIAttrTest, Write) {
4646
Mappings.push_back("_ZGVnN8v_g");
4747
Mappings.push_back("_ZGVnN2v_g(custom_vg)");
4848
VFABI::setVectorVariantNames(CI, Mappings);
49-
const AttributeList Attrs = CI->getAttributes();
50-
const AttributeSet FnAttrs = Attrs.getFnAttributes();
5149
const StringRef S = CI->getAttribute(AttributeList::FunctionIndex,
5250
"vector-function-abi-variant")
5351
.getValueAsString();

0 commit comments

Comments
 (0)