Silence warning.
authorJim Laskey <jlaskey@mac.com>
Wed, 3 Jan 2007 13:36:40 +0000 (13:36 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 3 Jan 2007 13:36:40 +0000 (13:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32834 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp

index 3690f37620edc6db73f0aef1e250443968e17ec4..a03274c76a6b5864970f513abbd35f18bcc3e77c 100644 (file)
@@ -2429,7 +2429,7 @@ private:
     EOL("Length of Common Information Entry");
 
     EmitLabel("frame_common_begin", 0);
-    EmitInt32(DW_CIE_ID); EOL("CIE Identifier Tag");
+    EmitInt32((int)DW_CIE_ID); EOL("CIE Identifier Tag");
     EmitInt8(DW_CIE_VERSION); EOL("CIE Version");
     EmitString("");  EOL("CIE Augmentation");
     EmitULEB128Bytes(1); EOL("CIE Code Alignment Factor");