diff options
author | Eric Christopher <echristo@apple.com> | 2010-07-27 19:11:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-07-27 19:11:16 +0000 |
commit | 60a52575782d8391c31ac0b0bde7df69ba2670a5 (patch) | |
tree | beea52e571d54d9c547a35c52113a9a883eae88b | |
parent | 3e5637f8a1c5b3cc3fa9d4e33a5763883ea97fc6 (diff) |
APIs that take different sized arguments than the instruction
should be taken out and shot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109531 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/BuiltinsX86.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/BuiltinsX86.def b/include/clang/Basic/BuiltinsX86.def index a878dd1bd1..1375eaca3b 100644 --- a/include/clang/Basic/BuiltinsX86.def +++ b/include/clang/Basic/BuiltinsX86.def @@ -324,5 +324,5 @@ BUILTIN(__builtin_ia32_aesenclast128, "V2LLiV2LLiV2LLi", "") BUILTIN(__builtin_ia32_aesdec128, "V2LLiV2LLiV2LLi", "") BUILTIN(__builtin_ia32_aesdeclast128, "V2LLiV2LLiV2LLi", "") BUILTIN(__builtin_ia32_aesimc128, "V2LLiV2LLi", "") -BUILTIN(__builtin_ia32_aeskeygenassist128, "V2LLiV2LLii", "") +BUILTIN(__builtin_ia32_aeskeygenassist128, "V2LLiV2LLic", "") #undef BUILTIN |