Skip to content

Commit 01ab8e9

Browse files
RKSimonSterling-Augustine
authored andcommitted
[clang][x86] Fix bad merge in llvm#110581
1 parent 8d85bb9 commit 01ab8e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Headers/bmiintrin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ _mm_tzcnt_64(unsigned long long __X)
172172
#if defined(__cplusplus) && (__cplusplus >= 201103L)
173173
#define __DEFAULT_FN_ATTRS \
174174
__attribute__((__always_inline__, __nodebug__, __target__("bmi"))) constexpr
175-
constexpr
176175
#else
177176
#define __DEFAULT_FN_ATTRS \
178177
__attribute__((__always_inline__, __nodebug__, __target__("bmi")))

0 commit comments

Comments
 (0)