aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/utf16-cfstrings.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/utf16-cfstrings.ll')
-rw-r--r--test/CodeGen/X86/utf16-cfstrings.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/utf16-cfstrings.ll b/test/CodeGen/X86/utf16-cfstrings.ll
index b49eecf..5f0e78f 100644
--- a/test/CodeGen/X86/utf16-cfstrings.ll
+++ b/test/CodeGen/X86/utf16-cfstrings.ll
@@ -21,7 +21,7 @@ define i32 @main() uwtable ssp {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
- call void (%0*, ...)* @NSLog(%0* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to %0*))
+ call void (%0*, ...) @NSLog(%0* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to %0*))
ret i32 0
}