summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/terminators.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Feature/terminators.ll')
-rw-r--r--llvm/test/Feature/terminators.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Feature/terminators.ll b/llvm/test/Feature/terminators.ll
index d1b97108d2b..d3c68a71429 100644
--- a/llvm/test/Feature/terminators.ll
+++ b/llvm/test/Feature/terminators.ll
@@ -27,11 +27,11 @@ Case4: ; preds = %0
define i32 @indbrtest(i8* %P, i32* %Q) {
- indbr i8* %P, [label %BB1, label %BB2, label %BB3]
+ indirectbr i8* %P, [label %BB1, label %BB2, label %BB3]
BB1:
- indbr i32* %Q, []
+ indirectbr i32* %Q, []
BB2:
- indbr i32* %Q, [label %BB1, label %BB2]
+ indirectbr i32* %Q, [label %BB1, label %BB2]
BB3:
ret i32 2
}
OpenPOWER on IntegriCloud