Fix test.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 26 Jul 2007 17:07:03 +0000 (17:07 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 26 Jul 2007 17:07:03 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40536 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/test-pic-jtbl.ll

index 1afa4cad30d2517a87de23a785d1f028b78cce92..516b7665959e0e3b7e2328937c63d84beece7c72 100644 (file)
@@ -3,8 +3,8 @@
 ; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
 ; RUN: grep piclabel %t | wc -l | grep 3 
 ; RUN: grep PLT %t | wc -l | grep 6 
-; RUN: grep GOTOFF %t | wc -l | grep 
-; RUN: grep JTI %t | wc -l | grep 8
+; RUN: grep GOTOFF %t | wc -l | grep 2
+; RUN: grep JTI %t | wc -l | grep 9
 
 define void @bar(i32 %n.u) {
 entry: