Skip to content

Commit 2aa8856

Browse files
author
git apple-llvm automerger
committed
Merge commit 'c8e4b536771e' from llvm.org/master into apple/master
2 parents 9d08c9f + c8e4b53 commit 2aa8856

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)