diff options
| author | Eric Christopher <echristo@apple.com> | 2010-04-02 23:29:36 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-04-02 23:29:36 +0000 |
| commit | db7627d660bc050e4ef289c02697873bcb79ca63 (patch) | |
| tree | a3218ca1f5e2dcaf1283dd58bf5adb253b3fc416 | |
| parent | 9b063df40b56f85386e18a5f8be8baadfbfe224c (diff) | |
| download | bcm5719-llvm-db7627d660bc050e4ef289c02697873bcb79ca63.tar.gz bcm5719-llvm-db7627d660bc050e4ef289c02697873bcb79ca63.zip | |
Fix typo aeskeygenassist -> aeskeygenassist128.
llvm-svn: 100250
| -rw-r--r-- | llvm/include/llvm/IntrinsicsX86.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IntrinsicsX86.td b/llvm/include/llvm/IntrinsicsX86.td index 25169b4597d..8110c35484d 100644 --- a/llvm/include/llvm/IntrinsicsX86.td +++ b/llvm/include/llvm/IntrinsicsX86.td @@ -797,7 +797,7 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". Intrinsic<[llvm_v2i64_ty], [llvm_v2i64_ty, llvm_v2i64_ty], [IntrNoMem]>; def int_x86_aesni_aeskeygenassist : - GCCBuiltin<"__builtin_ia32_aeskeygenassist">, + GCCBuiltin<"__builtin_ia32_aeskeygenassist128">, Intrinsic<[llvm_v2i64_ty], [llvm_v2i64_ty, llvm_i32_ty], [IntrNoMem]>; } |

