Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied
[oota-llvm.git] / test / CodeGen / X86 / test-pic-jtbl.ll
index 516a20bfb5c9bdd211440207d0d9a7f2b8fb0639..e23f7c1a9fc23bf882b36ddc54dec5e96b371de9 100644 (file)
@@ -1,9 +1,9 @@
 ; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
 ; RUN:   -o %t -f
 ; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
-; RUN: grep piclabel %t | count 9
+; RUN: grep piclabel %t | count 3
 ; RUN: grep PLT %t | count 6
-; RUN: grep GOTOFF %t | count 1
+; RUN: grep GOTOFF %t | count 14
 ; RUN: grep JTI %t | count 2
 
 define void @bar(i32 %n.u) {