]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Fix a type error that crept into r202313.
authorAdrian Prantl <aprantl@apple.com>
Wed, 26 Feb 2014 23:46:39 +0000 (23:46 +0000)
committerAdrian 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

index 32d36a086fc9ee989e738a6eea86edafd856d359..548ef97962de88c35e58006cd95b93af331d6378 100644 (file)
@@ -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::