Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit a59b5e1

Browse files
committed
SILoadStoreOptimizer.cpp: Fix build; Clang doesn't like "using anonymous struct" since rL315256.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315283 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent db2b267 commit a59b5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/AMDGPU/SILoadStoreOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using namespace llvm;
6969
namespace {
7070

7171
class SILoadStoreOptimizer : public MachineFunctionPass {
72-
using CombineInfo = struct {
72+
struct CombineInfo {
7373
MachineBasicBlock::iterator I;
7474
MachineBasicBlock::iterator Paired;
7575
unsigned EltSize;

0 commit comments

Comments
 (0)