projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0115a4e
)
Fix a type error that crept into r202313.
author
Adrian Prantl
<aprantl@apple.com>
Wed, 26 Feb 2014 23:46:39 +0000
(23:46 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Wed, 26 Feb 2014 23:46:39 +0000
(23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202317
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 32d36a086fc9ee989e738a6eea86edafd856d359..548ef97962de88c35e58006cd95b93af331d6378 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@
-888,7
+888,7
@@
static void emitDwarfRegOp(const AsmPrinter &AP, int Reg) {
/// Emit an (double-)indirect dwarf register operation.
static void emitDwarfRegOpIndirect(const AsmPrinter &AP,
- int Reg,
unsigned
Offset, bool Deref) {
+ int Reg,
int
Offset, bool Deref) {
assert(Reg >= 0);
if (Reg < 32) {
AP.OutStreamer.AddComment(dwarf::