projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763317d
)
fix an error compiling with -pedantic
author
Chris Lattner
<sabre@nondot.org>
Tue, 7 Feb 2006 01:12:49 +0000
(
01:12
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 7 Feb 2006 01:12:49 +0000
(
01:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26028
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/InlineAsm.h
patch
|
blob
|
history
diff --git
a/include/llvm/InlineAsm.h
b/include/llvm/InlineAsm.h
index 44dd062ae748c24ee4929b247efc5f964b512f6b..c1bd2d017792f54ab62d53fc8d40ef14f9a82d92 100644
(file)
--- a/
include/llvm/InlineAsm.h
+++ b/
include/llvm/InlineAsm.h
@@
-70,7
+70,7
@@
public:
enum ConstraintPrefix {
isInput, // 'x'
isOutput, // '=x'
- isClobber
,
// '~x'
+ isClobber
// '~x'
};
struct ConstraintInfo {