projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4b4d100
)
Silence a warning
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 13:56:43 +0000
(13:56 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 13:56:43 +0000
(13:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53326
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetAsmInfo.h
b/include/llvm/Target/TargetAsmInfo.h
index eb90d94da354e779385d6f3ad249e0daed1b5474..1bde72e2d0179d2541c834a4e453bd8f83b899a3 100644
(file)
--- a/
include/llvm/Target/TargetAsmInfo.h
+++ b/
include/llvm/Target/TargetAsmInfo.h
@@
-45,7
+45,7
@@
namespace llvm {
}
namespace SectionFlags {
- const unsigned Invalid = -1U
L
;
+ const unsigned Invalid = -1U;
const unsigned None = 0;
const unsigned Code = 1 << 0; ///< Section contains code
const unsigned Writeable = 1 << 1; ///< Section is writeable