summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/setcc-takes-i32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/setcc-takes-i32.ll')
-rw-r--r--test/CodeGen/AArch64/setcc-takes-i32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/setcc-takes-i32.ll b/test/CodeGen/AArch64/setcc-takes-i32.ll
index f06c8ecd28..ec8615910c 100644
--- a/test/CodeGen/AArch64/setcc-takes-i32.ll
+++ b/test/CodeGen/AArch64/setcc-takes-i32.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs -mtriple=arm64-none-linux-gnu -o - %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -o - %s | FileCheck %s
; Most important point here is that the promotion of the i1 works
; correctly. Previously LLVM thought that i64 was the appropriate SetCC output,