mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
[llvm-mca][CommandGuide] Fix typo in example.
llvm-svn: 330703
This commit is contained in:
parent
ea1efd32d0
commit
9a3d82e1c1
@ -52,7 +52,7 @@ assembly text:
|
||||
__asm volatile("# LLVM-MCA-BEGIN foo");
|
||||
a += 42;
|
||||
__asm volatile("# LLVM-MCA-END");
|
||||
a \*= b;
|
||||
a *= b;
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user