summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-15 21:35:16 +0000
committerDevang Patel <dpatel@apple.com>2011-08-15 21:35:16 +0000
commit900d97719b6092ea54b11c869283127b9c8aba37 (patch)
treeb02a4803a59b951a6e94b7c78f34cd3575ce0651 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent5286bd2d01444a4c3fc4e7157fc0186838dd14d5 (diff)
downloadbcm5719-llvm-900d97719b6092ea54b11c869283127b9c8aba37.tar.gz
bcm5719-llvm-900d97719b6092ea54b11c869283127b9c8aba37.zip
Fix warning.
llvm-svn: 137658
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 80f82ad9710..7f26850dedf 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -132,7 +132,7 @@ public:
// AbsVar may be NULL.
DbgVariable(DIVariable V, DbgVariable *AV)
: Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0),
- FrameIndex(~0U) {}
+ FrameIndex(~0) {}
// Accessors.
DIVariable getVariable() const { return Var; }
OpenPOWER on IntegriCloud