fix bogus test that the more strict lexer is finding.
authorChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 18:26:45 +0000 (18:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 18:26:45 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44216 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-cc-pass-in-regs.ll

index 67c22fff2751705cadc227175b6d5e47dcb90f2e..c8621a7780bd8cd0152fc48f458a37eea851d5d2 100644 (file)
@@ -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
 }