aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/InlineAsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h
index 44dd062..c1bd2d0 100644
--- 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 {