AArch64: whitespace cleanup

llvm-svn: 212420
This commit is contained in:
Saleem Abdulrasool 2014-07-06 22:13:26 +00:00
parent 586ee604b5
commit 97255a017b
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ def : Pat<(AArch64LOADgot tconstpool:$addr),
// System instructions.
//===----------------------------------------------------------------------===//
def HINT : HintI<"hint">;
def HINT : HintI<"hint">;
def : InstAlias<"nop", (HINT 0b000)>;
def : InstAlias<"yield",(HINT 0b001)>;
def : InstAlias<"wfe", (HINT 0b010)>;