Use correct syntax highliter in code blocks.  Noticed by Sean Silva.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158359 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst
index b4d4477..51a9bf6 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/docs/CommandGuide/FileCheck.rst
@@ -78,7 +78,7 @@
 like this:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    ; RUN: llvm-as < %s | llc -march=x86-64 | FileCheck %s
 
@@ -90,7 +90,7 @@
 let's look at the rest of the .ll file (after the RUN line):
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    define void @sub1(i32* %p, i32 %v) {
    entry:
@@ -135,7 +135,7 @@
 testing different architectural variants with llc.  Here's a simple example:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    ; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin9 -mattr=sse41 \
    ; RUN:              | FileCheck %s -check-prefix=X32
@@ -168,7 +168,7 @@
 example, something like this works as you'd expect:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    define void @t2(<2 x double>* %r, <2 x double>* %A, double %B) {
  	%tmp3 = load <2 x double>* %A, align 16
@@ -204,7 +204,7 @@
 can be used:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    define i8 @coerce_offset0(i32 %V, i32* %P) {
      store i32 %V, i32* %P
@@ -235,7 +235,7 @@
 you to write things like this:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    ; CHECK: movhpd	{{[0-9]+}}(%esp), {{%xmm[0-7]}}
 
@@ -261,7 +261,7 @@
 simple example:
 
 
-.. code-block:: perl
+.. code-block:: llvm
 
    ; CHECK: test5:
    ; CHECK:    notw	[[REGISTER:%[a-z]+]]