Skip to content

Commit 61cd6bb

Browse files
Revert "[Instrumentation] Fix a warning"
This reverts commit de18ff3. The initial commit for nsan needs to be reverted for now because of the issue detected by https://lab.llvm.org/buildbot/#/builders/11/builds/822.
1 parent d2c817d commit 61cd6bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Instrumentation/NumericalStabilitySanitizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,6 @@ Value *NumericalStabilitySanitizer::maybeHandleKnownCallBase(
15291529
assert(Intrinsic::matchIntrinsicSignature(WidenedFnTy, TableRef, ArgTys) ==
15301530
Intrinsic::MatchIntrinsicTypes_Match &&
15311531
"invalid widened intrinsic");
1532-
(void)TableRef;
15331532
// For known intrinsic functions, we create a second call to the same
15341533
// intrinsic with a different type.
15351534
SmallVector<Value *, 4> Args;

0 commit comments

Comments
 (0)