Use %ull here.
[llvm/stm8.git] / lib / Target / PTX / PTXMCAsmInfo.cpp
blobb670abdbe095fe65c4b47accd1bff11f118cfd40
1 //===-- PTXMCAsmInfo.cpp - PTX asm properties -----------------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file contains the declarations of the PTXMCAsmInfo properties.
12 //===----------------------------------------------------------------------===//
14 #include "PTXMCAsmInfo.h"
16 using namespace llvm;
18 PTXMCAsmInfo::PTXMCAsmInfo(const Target &T, const StringRef &TT) {
19 CommentString = "//";
21 PrivateGlobalPrefix = "$L__";
23 AllowPeriodsInName = false;
25 HasSetDirective = false;
27 HasDotTypeDotSizeDirective = false;
29 HasSingleParameterDotFile = false;