Skip to content

Commit b891126

Browse files
author
joaosaffran
committed
clean up
1 parent 76a2b07 commit b891126

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/lib/MC/DXContainerRootSignature.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/MC/DXContainerRootSignature.h"
1010
#include "llvm/ADT/SmallString.h"
1111
#include "llvm/Support/EndianStream.h"
12-
#include <cstdint>
1312

1413
using namespace llvm;
1514
using namespace llvm::mcdxbc;

llvm/lib/ObjectYAML/DXContainerEmitter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ void DXContainerWriter::writeParts(raw_ostream &OS) {
317317
// obj2yaml/yaml2obj parse and emit invalid dxcontainer data, in order
318318
// for that to be used as a testing tool more effectively.
319319
RS.ParametersContainer.addInvalidParameter(Header);
320+
break;
320321
}
321322
}
322323

0 commit comments

Comments
 (0)