diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/fast-cc-pass-in-regs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-cc-pass-in-regs.ll b/test/CodeGen/X86/fast-cc-pass-in-regs.ll index 67c22ff..c8621a7 100644 --- a/test/CodeGen/X86/fast-cc-pass-in-regs.ll +++ b/test/CodeGen/X86/fast-cc-pass-in-regs.ll @@ -5,7 +5,7 @@ declare x86_fastcallcc i64 @callee(i64) define i64 @caller() { - %X = callx86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1] + %X = call x86_fastcallcc i64 @callee( i64 4294967299 ) ; <i64> [#uses=1] ret i64 %X } |